Short answer: Drop the "Freshsales → Create Freshsales Account" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Account Name name | string | Required | Account Name. Example: Acme Inc |
Website website | string | Optional | Website. Example: https://acme.com |
Phone phone | string | Optional | Phone. e.g. "+15551234567" |
Industry Type ID industry_type_id | string | Optional | Industry Type ID. Example: 1 |
Number of Employees number_of_employees | string | Optional | Number of Employees. Example: 500 |
{"name": "e.g. Acme Inc","website": "e.g. https://acme.com","phone": "+15551234567","industry_type_id": "e.g. 1","number_of_employees": "e.g. 500"}
{"sales_account": {"id": 1,"name": "Acme Inc","website": "https://acme.com"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.