send_followup
Add another message to a conversation already opened with contact_business. Returns the updated message thread. There is a cap on messages per conversation, so send one considered follow-up rather than several fragments. Authentication: bearer token required — the same one used for contact_business — plus the conversation_id and token for the conversation itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The secret `token` returned by contact_business. | |
| message | Yes | The message body. Maximum 4000 characters. | |
| conversation_id | Yes | The `conversation_id` returned by contact_business. |