Endpoint to converse with a ticket automation virtual agent.
Server Address: https://api.ultimate.ai
String API Key for the bot. The key can be generated on custom CRM integration page in our Ultimate.ai Dashboard. Please see Authentication article to learn more.
The ID of the bot that is sending the event.
application/json
An ID provided by the custom CRM to identify the conversation. The custom CRM application can decide the format.
String content of email
Name of the used platform. For a custom CRM application, this should be "PUBLIC_API".
Variables to store in session
Variable key/name
Variable value
Variable sanitize flag
The request has been acknowledge and will be processed. The actual response will come through webhooks.
{ "platformConversationId": "string", "text": "string", "platform": "string", "metadata": [ { "key": "string", "value": "string", "sanitize": true } ]}