check_replies
Read a conversation you opened with contact_business, including anything the business has replied since. Returns the whole message thread and its status. Poll it; there is no push. Authentication: the conversation_id and token from contact_business are the credential for this call. No bearer token is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The secret `token` returned by contact_business. | |
| conversation_id | Yes | The `conversation_id` returned by contact_business. |