Send Conversation
POST
/api/message/conversation
message
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.plazbot.com/api/message/conversation' \
--header 'x-workspace-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspaceId": "string",
"source": "string",
"template": "string",
"destination": "string",
"variables": [
{
"variable": "string",
"value": "string"
}
]
}'
Response Response Example
{
"success": true,
"message": "Conversation sent successfully.",
"code": 200,
"data": {
"contactId": "string"
}
}
Request
Header Params
x-workspace-id
string
required
Body Params application/json
Responses
Modified at 2025-04-21 19:57:21