Create a new WhatsApp contact.
curl --request POST \
--url https://api.kapso.ai/platform/v1/whatsapp/contacts \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"contact": {
"wa_id": "+15551234567",
"profile_name": "<string>",
"display_name": "<string>",
"customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"metadata": {}
}
}
'{
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"wa_id": "15551234567",
"profile_name": "John Doe",
"display_name": "John (VIP)",
"customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"metadata": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}Was this page helpful?
curl --request POST \
--url https://api.kapso.ai/platform/v1/whatsapp/contacts \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"contact": {
"wa_id": "+15551234567",
"profile_name": "<string>",
"display_name": "<string>",
"customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"metadata": {}
}
}
'{
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"wa_id": "15551234567",
"profile_name": "John Doe",
"display_name": "John (VIP)",
"customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"metadata": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}