Authorizations
Vida API Token
Body
application/json
Agent account ID, phone number, or username
Example:
"agent123"
Sender phone number or address
Example:
"+15551231234"
Message text
Example:
"Hello there"
Example:
[
{
"type": "image",
"url": "https://example.com/image.png"
}
]
Example:
{ "threadId": "abc123" }
Example:
{ "key": "value" }
Webhook URL (POST) to deliver agent responses to. If not specified will look for default outboundMessageWebhookUrl webhook settings.
Example:
"https://example.com/hook"