Sending Message to Groups
Below is the Sample Push API Request & Response for sending messages to a WhatsApp Group
Supports Only in WhatsApp Web Automation Channel
Sending WhatsApp Group Messages
POST
https://pickyassist.com/app/api/v2/push
This API allows you to send a message to a WhatsApp Group owned by you
Request Body
Name | Type | Description |
---|---|---|
token | string | Your API Token for authentication |
application | number | 8 = WhatsApp Official Account |
group_id | string | Group ID which you want to post a message |
mention_numbers | array | This is an array, please pass the number which want to be mentioned along with country code The number should be in the Group to be mentioned |
globalmessage | string | Here you need to pass the message you would like to post into a group To mention someone in a group please pass @ followed by the number with country code without 0 or + @<number> please approve the leave request of @<number> |
globalmedia | string | URL from we need to fetch the media , |
location | array | This is an array you can a location into a group |
contact | array | It's an array you can share a contact into a group. |
Sample Request Text Message
Sample Request Text Message with Mention
Sample Request Sending Media Files
Sample Request Sending Contact
Sample Request Sending Location
Sample Response
Last updated