View Categories

Lead stage update using Webhook – One stage to another stage

< 1 min read

Problem Statement – Webhook payload for whenever a lead’s stage is changed.

Solution – For One stage to Another stage 

{
    “Description”: “Description of webhook”,
    “URL”: https://google.com”,
    “Method”: “POST”,
    “ContentType”: “application/json”,
    “WebhookEvent”: “5”,
    “IsSpecificLanding Page”: false,
    “NotifyOnFailure”: false,
    “WebhookProperties”: “{“FromLeadStage”:”Customer”, “ToLeadStage”:”Invalid”}”

Scroll to Top