Set / Update Webhook
This API allows you to set / update webhooks against each project
Update Webhook
POST
https://pickyassist.com/app/api/v2/pm/update-webhook
This API allows you to Update Webhook
Request Body
token
string
Your Master API Token for authentication
project_id
number
Project Id in which the webhook need to configured
global_webhook
string
Pass the Webhook URL which needs to be configured for Global Webhook Please note if you pass blank value then webhook will be removed
event_webhook
string
Pass the Webhook URL which needs to be configured for Event Wehook Please note if you pass blank value then webhook will be removed
smart_reply_webhook
string
Pass the Webhook URL which needs to be configured fro Smart Replies Please note if you pass blank value then webhook will be removed
Response Variables
Variable
Type
Description
message
string
Error or detailed response Message details
Sample Request Body JSON
Sample Response
Last updated