create_form_submission
Creates a form submission to capture lead details and custom answers, and optionally creates a pipeline opportunity by providing a stage name.
Instructions
Create a new form submission with lead information and custom answers. Can optionally create a pipeline opportunity by providing pipelineStageName.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City | |
| role | No | Lead's role/title | |
| No | Lead's email address | ||
| notes | No | General notes about the submission | |
| phone | No | Lead's phone number | |
| postal | No | Postal/ZIP code | |
| answers | No | Array of structured question/answer objects for custom form fields | |
| country | No | Country | |
| website | No | Lead's website URL | |
| address1 | No | Street address line 1 | |
| address2 | No | Street address line 2 | |
| formName | No | Associate the submission with an existing form template for reporting purposes | |
| lastName | No | Lead's last name | |
| locality | No | State/Province/Region | |
| firstName | No | Lead's first name | |
| sourceUrl | No | Source URL where the form was submitted | |
| leadSource | No | Lead source tracking | |
| businessName | No | Lead's business/company name | |
| pipelineStageName | No | If provided, automatically creates an Opportunity in your pipeline. Must match exactly one of your pipeline stage names |