send_routing_form
Send a routing form to a recipient via email, SMS, or generate a one-time link. Returns public URL and status.
Instructions
Send a routing form to a recipient (one-time link). Returns {publicUrl, status}.
Args: form_id: Form to send. recipient_name: Recipient display name. email: Required if delivery_method="email". phone: Required if delivery_method="sms". message: Optional cover message. delivery_method: "email" | "sms" | "link" (link = generate URL only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| phone | No | ||
| form_id | Yes | ||
| message | No | ||
| recipient_name | Yes | ||
| delivery_method | No |