post
https://api.liguelead.com.br/v1/rcs
Sends an RCS message to one or more recipients. Two mutually-exclusive modes are supported:
- Template send: pass
template_id(from a template created viaPOST /rcs/templates/*). Usetemplate_variablesto override the placeholders declared on the template at send time. - Freeform send: pass
message(capped at 306 characters because the same content is reused as the SMS fallback).
Exactly one of template_id or message must be provided. Devices that don't support RCS receive the SMS fallback automatically — taken from the template's fallback_message for template sends, or from message itself for freeform sends.
The endpoint returns 202 Accepted immediately; delivery status arrives later via the configured webhook (event: 'queued' | 'sent' | 'delivered' | 'read' | 'failed' | 'undelivered').
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
