Conversation Messages APIs tips
1
Messages REST APIs
You can use the following APIs to get all messages relative to a conversation:
https://developer.smartifyai.in/apis/rest-api/messages#get-the-messages-of-a-request-by-id
You will get all the conversation messages.
NOTE: You must remove all the messages where sender: “system” (highlighted below) if you only need messages from end-users/humans/chatbot

If you need only the attributes setup during the conversation you can use the following endpoint:
https://panel.smartifyai.in/api/modules/tilebot/ext/parameters/requests/ REQUEST-ID
Set in the Authentication header field the JWT token of an Admin teammate of the project (as shown in the Postman example below).
Authentication: <JWT token>
Last updated
