Dixa API//
- Followup conversation
Create end user
Get end user
List end user conversations
Close conversation
Transfer conversation
Create conversation rating result
Create conversation rating offer
Create conversation
Import conversation
Claim conversation
Get queue availability
Get the position of the conversation in its current queue
Followup conversation
Follow up a conversation by providing its id and expiration timestamp.
Security
ApiKeyAuth(Required scopes: conversation.reply)
PUT
curl -i -X PUT \
'https://dev.dixa.io/v1/conversations/{conversationId}/followup' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"timestamp": "2025-01-08T08:31:25Z",
"userId": "5a556159-9c21-4f3e-a44f-d323deb80d16"
}'