Short answer: Drop the "Intercom → Update 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 ID company_id | string | Required | Company ID |
Name name | string | Optional | Name |
Plan plan | string | Optional | Plan |
Industry industry | string | Optional | Industry |
{"company_id": "{{trigger.company_id}}","name": "{{trigger.name}}","plan": "{{trigger.plan}}","industry": "{{trigger.industry}}"}
{"name": "Updated","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.