Chat Message
The chatMessage
field type represents a single message within a chat
.
It contains the message's content, sender role (typically user
or assistant
), and associated metadata.
While chat
fields store the overall conversation, chatMessage
fields allow you to work directly with individual messages—ideal for logging, inspecting, or manipulating specific message-level interactions.
Capabilities Overview
This field type can be used to programmatically send new messages into existing chats, whether they're generated by users, assistants, or external integrations.
It is also compatible with WhatsApp-based workflows, supporting the sending of plain, template, and interactive messages to users via the WhatsApp API.
These capabilities make chatMessage
fields a great choice when your application needs fine-grained control over conversational elements or multichannel messaging delivery.
You can customize the message sent using a text field.

