Send a Text Message to the Bot

Here’s a simple request body example of a customer replying to the bot with “Great.” The message object has the TextMessage schema in the API reference doc with a text type.

The sequenceId is the client-generated message number. The sessionId must increase with every message from the client to the bot. If you’ve already started the conversation, you can enter the previous response’s message ID in inReplyToMessageId.