Normal Post Method
This is a normal post method and useful for those who would like to use the API as Webhook for various 3rd party applications like Zoho CRM, Zapier Integromat or any applications which don't directly support our default JSON POST method.
This method is useful for sending outgoing messages without the help of any developers since you can just copy & paste the code into 3rd party applications and map variables into it.
Sample Request Normal POST Method
You have to post the message into a variable "data"
as shown below
https://pickyassist.com/app/api/v2/push?data=JSON
Last updated