Short answer: Drop the "Freshdesk → Create Company" 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 |
|---|---|---|---|
Company Name name | string | Required | Company Name. Example: Acme Corp |
Domains domains | array | Optional | Email domains associated with the company (each domain on its own — no commas inside a value). |
Description description | string | Optional | Description |
Note note | string | Optional | Any note about the company |
Health Score health_score | string | Optional | Health score of the company |
Industry industry | string | Optional | Industry. Example: Technology |
{"name": "e.g. Acme Corp","domains": "[\"acme.com\", \"acme.co.uk\"]","description": "{{trigger.description}}","note": "{{trigger.note}}","health_score": "e.g. Happy, At risk"}
{"id": 1001,"name": "Acme Corp","domains": ["acme.com"],"created_at": "2024-01-01T00:00:00Z"}
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.