Send a routing form
send_routing_formSend a routing form to a recipient via email, SMS, or generate a shareable link. Returns a public URL for immediate access to collect responses.
Instructions
Send a routing form to one recipient by email or SMS, or just mint the link. The response always carries publicUrl. Rate limited to 20 per minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Required for email delivery | ||
| phone | No | E.164, required for sms delivery | |
| formId | Yes | ||
| message | No | Cover message | |
| contactId | No | Link the response to a CRM contact | |
| recipientName | Yes | ||
| deliveryMethod | No | Defaults to email. "link" only returns the URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| publicUrl | No | The link the recipient gets, always present | |
| recipientId | No | ||
| deliveryMethod | No |