Short answer: You can upsert company in Intercom by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Intercom Upsert Company action to a workflow, map its 4 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 |
|---|---|---|---|
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.