Sending Location
This method helps you to send location
Not Supported in Phone Automation
Sending Location
POST
https://pickyassist.com/app/api/v2/push
This API allows you to send location to 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 +
|
location | array | This is an array in which you need to pass location value |
name | string | It's heading which shows to the user |
address | string | The address or description you can pass |
lat | number | Latitude to generate map |
long | number | Longitude to generate map |
Sample Request Body JSON
Sample Response
Last updated