Short answer: Drop the "Intercom → Upsert 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 |
Company ID company_id | string | Required | Your unique company identifier |
Plan plan | string | Optional | Plan |
Industry industry | string | Optional | Industry |
{"name": "{{trigger.name}}","company_id": "{{trigger.company_id}}","plan": "{{trigger.plan}}","industry": "{{trigger.industry}}"}
{"id": "abc","name": "Acme Inc","type": "company","company_id": "123"}
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.