View Categories

Lead stage update using Webhook – Any stage to any stage

< 1 min read

Problem Statement – Webhook payload for whenever a lead’s stage is changed.
 
Solution – Curl for  any stage to any stage.
 
{
    “Description”: “Description of webhook”,
    “URL”: https://google.com”,
    “Method”: “POST”,
    “ContentType”: “application/json”,
    “WebhookEvent”: “5”,
    “IsSpecificLanding Page”: false,
    “NotifyOnFailure”: false,
    “WebhookProperties”: “{“FromLeadStage”:””, “ToLeadStage”:””}”
}

Scroll to Top