Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Response
Success
A conversation between an agent and a customer. Assignable to a user to mark who is actively managing the conversation.
Internal ID.
Datetime when profile was created.
"2023-01-01T12:00:00Z"
Type of messenger service.
bridge, whatsapp, widget Status of a conversation.
to-do, in-progress, done "2023-01-01T12:00:00Z"
Represents an agent belonging to a messenger service. A business phone number registered on WhatsApp is an agent.
Represents a customer using a messenger service. A person with a phone number registered on WhatsApp is a customer.
User from business which operates this app.
A message within a conversation.
Contains the latest message from the customer, if available. A message within a conversation.
Date and time of the last message received from the customer. This value remains even if you delete the last customer message.
"2023-01-01T12:00:00Z"
Contains the latest note written from business. Note within a conversation. Only visible to business.
Number of messages from customer which do not have status "read".
Indicates until when it's possible to send a (free form) reply to this conversation. If a datetime in the future is given, it should be possible to send a reply without errors (exception: WhatsApp, see below). If this field is null, a reply can only be sent if the user initiates a new conversation. The timing differs per channel. WhatsApp has the most complex rules on sending messages. Currently it's only possible to initiate business messages by using pre approved templates. Note: even when this field indicates that no reply is possible, you can still call the API to send a reply. You will then receive a message status update from the channel if the message could not be delivered. Important (WhatsApp): there is the special case when the business initiates a conversation (e.g. using the restart method). As soon as the message is sent, a reply_until value will be given from WhatsApp. The business will only be able to send more messages if the user replies something within the 24 hour window. So even though this field indicates that a reply would be possible, an error will be received when the business tries to send another message without user interaction. See the fields "reply_possible" and "customer_interaction_required".
"2023-01-01T12:00:00Z"
Flag to indicate if a (free form) reply to this conversation is possible. If true, all requirements should be met that a message without error can be sent. Use this flag to enable/disable your chat input field. The "reply_until" field can be used to show how much time is left until conversation expires.
Flag to indicate if a message from the customer is required. Typical used in combination with the "restart" endpoint. After restarting a conversation, the "reply_possible" flag will turn true as soon as the customer sends any message.