Send Message to Chat
Send a message into an existing WhatsApp chat or group specified by chat_id.
Documentation Index
Fetch the complete documentation index at: https://docs.timelines.global/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
an id of the chat as appears in Timelines Global (can be found in the URL of the chat page, or in the payload of outbound webhook). Supports sending messages to a group.
Body
A JSON describing recipient and message payload.
UID of the message this message replies to. Must reference a message in the same workspace and WhatsApp account. Null or empty string is ignored.
plain text message
"hello, world!"
attachment UID
"afa9d4dd-978d-4a14-aa1b-bd65c272e645"
assign label to the chat, in which the message is sent (create new label, if not exists)
"customer"
an exact name of the chat (or group) as appears in Timelines Global)
"MyChat"
a template ID of the attachment to be sent. The template must be created in the workspace before sending a message with it.
123456

