Update webhook
This endpoint let you update desired webhook.
PUT https://api.responsly.com/v1/forms/{form_id}/webhooks/{tag}
Query parameters
Section titled “Query parameters”- url - Your desired url where we should update.
Path parameters
Section titled “Path parameters”- form_id - Id of form
- tag - name of webhook
{ "webhook": { "form_id": "formid", "tag": "eagle", "url": "https://my-new-url.com" }}