Send Form
Authentication
Request
Send a form from an RCS agent. from must be an agent_* id.
Send a form from a phone number. from must be an E.164 phone.
Response
Form sent (or URL minted when to is omitted).
Successful POST /forms/send response.
- When
towas provided in the request, the message was dispatched:submission.toechoes that recipient andmessage_idis the id of the outbound SMS/RCS that carried the URL. - When
towas omitted, no message was sent: bothsubmission.toandmessage_idarenulland only the submission URL is returned.
Response shape for a scheduled form send — returned in place of SendFormResponse when options.schedule is set.

