Hello Team!
My customer tried to make the settings according to our recommended documentation, but there are still questions raised:
1. The Chat Form Configuration class referenced requires name, email, phone number, department each of which in its turn is a Form Field Status enum type in which we can choose any of required optional hidden types and there is no way to change the display of these fields according to the documentation.
String {get} but this field has only get, there are no methods of its setup, and most likely it is there just to comply with the CustomStringConvertible protocol.
It seems that according to this documentation, there is no possibility to change the display text.
String {get} but this field has only get, there are no methods of its setup, and most likely it is there just to comply with the CustomStringConvertible protocol.
It seems that according to this documentation, there is no possibility to change the display text.
2. To use the event api, you need to activate the profiles and register the user and then send his events. But the customer gets an error {“id”: “6a8cf907c9115036-DUB”, “code”: “MissingOrInvalidAuthentication”, “title”: “Invalid or Missing Authentication”}
What login and password should they transfer? Which account/e-mail should they belong to?
What login and password should they transfer? Which account/e-mail should they belong to?
Thank you so much for any help!