Short answer: You can create freshsales account in Freshsales by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Freshsales Create Freshsales Account action to a workflow, map its 5 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
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.