post
https://api.sintalk.com.br/v3/messages
Send one body to many recipients in a single request. The body is either inline content (channel + content) or a saved template (template_id); its channel applies to the whole batch, and each entry in recipients carries its own destination and its own variables, substituted into the body for that recipient alone.
The response carries one result per recipient, in request order, each with the message id created for it and the status it was created with. A mixed outcome is normal:
pending— accepted and queued for dispatch.blocked— the recipient is suppressed on this channel, so it was never dispatched and was not charged.error— it never reached a carrier: no sender configured for the channel, referenced media unavailable, a variable the body references missing for that recipient, or a body that rendered empty.
Only pending results go on to a carrier; the other two are already terminal. Send an Idempotency-Key to make a retry safe: replaying the key returns the original results instead of sending — and charging — a second time.