push_pin
lock
Webhook on contact.changed or created will not trigger
Hey, I set up a new simple webhook, to just throw something at https://webhook-test.com/ and see what sticks It fired the original "I've been created" message: But nothing but silence ever since. The webhook is active, and from what I can see, correct. But no matter if I change the name, department, category on a contact/company or create a brand new one - nothing but silence from the webhook. Name: Webhook test for when contact is changed or created from service ID: 73 State: 1 Secret: TargetUrl: https://webhook-test.com/d**************************************8 Registered By: BK Registered Date: 2025-07-22 15:58:58 Updated By: Updated Date: Type: webhook Events: - contact.changed - contact.created The webhook was created using CRMScript Rest API: String targetUrl = "https://webhook-test.com/d**************************************8"; NSWebhookAgent webhookAgent; NSWebhook webhook = webhookAgent.CreateDefaultWebhook(); String[] events = String("contact.changed, contact.created").split(","); webhook.SetEvents(events); webhook.SetName("Webhook test for when contact is changed or created from service"); webhook.SetType("webhook"); webhook.SetTargetUrl(targetUrl); webhook = webhookAgent.SaveWebhook(webhook); printLine("Webhook succeeded with ID: " + webhook.GetWebhookId().toString()); I don't see any reason for this not to work. The type could be invalid. In the documentation the examples used crmscript and linking it up to a inlcudename in targetUrl. But since the initial test message went through. I think the webhook-test.com url in targetUrl and type "webhook" is working. Any ideas?
22. jul. 2025 | 02:22 p.m.