Short answer: Drop the "Intercom → Create Contact" 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 |
|---|---|---|---|
Role role | options | Required | Role. Options: User, Lead |
Email email | string | Required | Email. e.g. "user@example.com" |
Name name | string | Optional | Name. e.g. "John Doe" |
Phone phone | string | Optional | Phone. e.g. "+15551234567" |
External ID external_id | string | Optional | Your system's unique user ID |
{"role": "{{trigger.role}}","email": "user@example.com","name": "John Doe","phone": "+15551234567","external_id": "{{trigger.external_id}}"}
{"id": "63a07ddf05a32042dafac602","name": "John Doe","role": "user","type": "contact","email": "user@example.com","created_at": 1700000000}
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.