Short answer: Drop the "Telegram → Send 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 |
|---|---|---|---|
Chat ID chat_id | string | Required | Chat ID. Example: -100123456789 |
Phone Number phone_number | string | Required | Phone Number. e.g. "+15551234567" |
First Name first_name | string | Required | First Name. e.g. "John" |
Last Name last_name | string | Optional | Last Name. e.g. "Doe" |
{"chat_id": "e.g. -100123456789","phone_number": "+15551234567","first_name": "John","last_name": "Doe"}
{"ok": true,"result": {"contact": {"first_name": "John","phone_number": "+15551234567"},"message_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.