API

Send WhatsApp messages via an API call

Name
Variable
Value

API Base URL

{{apiBaseUrl}}

API Access Token

{{bearerToken}}

Vendor UID

{{vendorUid}}


Create New Contact

POST {{apiBaseUrl}}/{{vendorUid}}/contact/create

Create a contact in your Contact List.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer {{bearerToken}}

Body

Name
Type
Description

phone_number

string

first_name

string

last_name

string

email

string

country

string

language_code

string

groups

string

Response

Last updated

Was this helpful?