Send Contact Card
Endpoints
Send Contact Card
Share one or more contact cards with an existing contact.
POST
Send Contact Card
Documentation Index
Fetch the complete documentation index at: https://docs.flowapt.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic Usage
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
phone_number | string | Yes | Recipient phone number with country code |
message_type | string | Yes | Must be "contacts" |
contacts | array | Yes | Array of contact objects to share |
contacts[].name.formatted_name | string | Yes | Full display name |
contacts[].name.first_name | string | No | First name |
contacts[].name.last_name | string | No | Last name |
contacts[].phones[].phone | string | Yes | Phone number |
contacts[].phones[].type | string | No | Phone type (e.g. "CELL", "WORK") |
context_message_id | string | No | WhatsApp message ID to reply to |
Response
Success (200)
Error: Missing Required Field (400)
Integration Example
Authorizations
Bearer token for authentication. Format: Bearer YOUR_BEARER_TOKEN
Body
application/json
Recipient phone number with country code
Example:
"+27123456789"
Must be "contacts"
Available options:
contacts Example:
"contacts"
Array of contact cards to share
WhatsApp message ID to reply to
Example:
"wamid.HBgLMjc4MTIzNDU2NzgVAgASGBQzRUI..."

