Conversations
Snooze Conversation
Snooze a conversation for a given amount of minutes and seconds. When time is over, status will change to “to-do” and a webhook of type “conversation-snoozed” will be sent. Use null or 0 to remove. Caution: scheduler will check every minute.
POST
Snooze a conversation for a given amount of minutes and seconds.
When time is over, status will change to "to-do" and a webhook of type "conversation-snoozed" will be sent.
Use null or 0 to remove.
Caution: scheduler will check every minute.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200 - application/json
Success
A conversation between an agent and a customer. Assignable to a user to mark who is actively managing the conversation.
Previous
Parse TextParse a text with placeholders. Context from conversation and profile. Currently supported placeholders are: $name$ -> profile.name $geburtsdatum$ -> profile.date_of_birth $telefon$ -> profile.phone_number $email$ -> profile.email $adresse$ -> profile.address $datum$ -> current date (e.g. 15.01.2020) $zeit$ -> current time (e.g. 18:30)
Next
Snooze a conversation for a given amount of minutes and seconds.
When time is over, status will change to "to-do" and a webhook of type "conversation-snoozed" will be sent.
Use null or 0 to remove.
Caution: scheduler will check every minute.