Question: Why the Activity Webhook was not triggered Immediately?
Answer: We use a service to post data in webhooks for activity triggers. The data will not be posted immediately there will be a delay and it will also post activity data collectively which was triggered in a period. This is an expected behavior of Activity webhook triggers. If this is causing issues with the customer’s configuration, then we can inform the client to use an automation trigger for activity creation and have a webhook as part of the automation action.
Question: What will be the WebhookProperties for “Lead Field Update” which needs to be passed in the API Payload to create Webhook using API?
Answer: The WebhookProperties that need to be passed in API Payload,
“WebhookProperties”: “{“ChangedLeadField”:”mx_City”}”
The value should be escaped json.
