curl --request GET \
--url https://api.myscalev.com/v3/orders/{id}/chats/{chat_id} \
--header 'Authorization: Bearer <token>'{
"change_status": true,
"hours_after": 123,
"id": 123,
"image": "<string>",
"is_default": true,
"name": "<string>",
"provider": "<string>",
"text": "<string>",
"text_url": "<string>",
"trigger": "<string>",
"wa_integration_id": 123
}Requires the order:read machine scope. Retrieve a specific chat text message.
curl --request GET \
--url https://api.myscalev.com/v3/orders/{id}/chats/{chat_id} \
--header 'Authorization: Bearer <token>'{
"change_status": true,
"hours_after": 123,
"id": 123,
"image": "<string>",
"is_default": true,
"name": "<string>",
"provider": "<string>",
"text": "<string>",
"text_url": "<string>",
"trigger": "<string>",
"wa_integration_id": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Chat text retrieved
Triggered after order status change to this status
Hours after which the follow-up chat is sent
Follow-up chat ID
Image URL for the follow-up chat
Is this a default follow-up chat
Name of the follow-up chat
Provider of the follow-up chat
Text of the follow-up chat
URL encoded text of the follow-up chat
Trigger for the follow-up chat
WhatsApp integration ID for the follow-up chat