For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configuring Webhook URL

Setting Up Your Webhook to Receiving Incoming Messages

You need to configure the Webhook against each project from the web console, to configure webhook Login Into your Picky Assist Web Console -> Select Project -> Settings -> Developers -> Webhooks

Passing Custom Variable

If you would like to pass any additional variables to be pushed then please configure them as yourfilename.aspx?variable1=picky-newyork&variable2=newclient\

Enabling Retry

You can optionally enable the retry feature so that in case if your server or network has any issues we will re-push the webhook again.

When the retry will enable?

If your webserver/application does not return 200 response within 180 seconds then the webhook calls from our server will enter into retry mode and trigger as per the below cycle ;

1 Minute = 1st retry 15 Minutes = 2nd retry 2 Hours = 3rd retry 6 Hours = 4th retry

Make sure to click the Save button to apply the changes whenever any modifications are made in the webhook settings, including enabling or disabling retry options.

Testing Webhook

After configuring the Webhook you can test the webhook by clicking โ€œTestโ€ dummy data will post to your web server and you need to give JSON response if you wish to give an instant reply back to the user.

Success Response

Webhook Sucess Message
Webhook Response Error

Last updated

Was this helpful?