Parse a text with placeholders. Context from conversation and profile. Currently supported placeholders are: -> profile.name -> profile.date_of_birth -> profile.phone_number -> profile.email -> profile.address -> current date (e.g. 15.01.2020) -> current time (e.g. 18:30)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"Name of profile is $name$."
Optional list of fields which can be null. Otherwise a validation error will be thrown for fields which cannot be resolved. When a field is allowed to be null / empty, it will be replaced by an empty string. Field names may not contain the "$" delimiter.
["geburtsdatum", "adresse"]Success