submit_form
Submit structured form data to any email address or custom form ID with zero API keys. Each submission reaches the recipient's inbox and is stored in an encrypted vault.
Instructions
Submits structured form data directly to any recipient email address or custom form ID on SounnyForms with ZERO API keys required. The submission is delivered to the recipient's inbox and permanently logged in their encrypted Cloud Firestore vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Full name of the submitter. | |
| Yes | Submitter's email address for direct 1-click Reply-To. | ||
| message | Yes | Inquiry message body or bug report details. | |
| extra_fields | No | Optional custom key-value pairs (e.g. { 'Company': 'Acme', 'Budget': '$10,000', 'Timeline': 'Q3' }). | |
| recipient_email_or_form_id | Yes | Destination email address (e.g. 'alex@company.com') or form identifier (e.g. 'lead_inquiry'). |