SmartForm Workflow
Run a flow when a SmartForm is completed, whether via chat or web form.
When to Use
- Process form submissions automatically
- Send confirmation emails
- Create tickets in JIRA/ClickUp
- Add leads to CRM
- Generate documents
Configuration
| Field | Description |
|---|---|
| SmartForm | Which form triggers this flow |
Available Variables
All form fields are available as variables:
form.name— Name fieldform.email— Email fieldform.company— Company field- etc.
Example: Lead Capture
- SmartForm Workflow triggers when form is submitted
- API Call to CRM to create lead
- Send Email to sales team
- Send Email confirmation to user