Chat Node APIs (Beta)
Send Chat Message
Send an interactive message through chat node
POST
Header
string
required
Bearer token for API authentication. Format:
Bearer {{apiToken}}Request Body
Body Parameters
object
Template configuration for the message
object
Key-value pairs to populate template placeholders
object
Provider configuration
string
Message subject (for EMAIL only)
string
Message body (for SLACK, EMAIL, TEAMS)
array
Interactive buttons (for SLACK only)
Response
Success Response (200 OK)- The API returns an empty response body with HTTP status 200 when the chat message is successfully queued for processing.
Status Codes
200- OK400- BAD REQUEST401- UNAUTHORISED404- NOT FOUND