Sending Contacts

This method helps you to send single or multiple contacts

Sending Contacts

POST https://pickyassist.com/app/api/v2/push

This API allows you to send one or multiple contacts to one or multiple numbers.

Request Body

Name
Type
Description

token

string

Your API Token for authentication

application

number

8 = WhatsApp Official 10 = WhatsApp Web Automation

data

array

This is an array where you need to pass the mobile number

number

number

Mobile Number with full country code without 0 or + +55 12345 6789 – Wrong Format 55123456789 – Correct Format

contact

array

This is an array in which you need to pass contact value

first_name

string

First name of the contact

phone

number

Phone number of the contact with country code

last_name

string

Last Name

city

string

City

country

string

Country

country_code

string

Country Code

state

string

State

street

string

Street Address

address_type

string

Address Type like Work, Office

zip

number

Postal Code

email

string

Email

company

string

Company name

contact_image

string

Base 64 code of the contact image

Sample Request Body JSON

Sample Response

Last updated

Was this helpful?