Greetings from
to whole LAGM community! I need your brains… Webhooks Driving Me Nuts ![]()
I’ve been trying to send all inbox events to a webhook, and I swear I followed the API docs step by step. It worked at first… then I changed something (I honestly can’t recall what), and now it’s just stopped working.
I ran this API call to check how the webhook is set up:
GET https://apiv2.lagrowthmachine.com/flow/inboxWebhooks?apikey=[key]
and got this result which i believe is squeaky clean:
[
{
“id”: “[numerical webhook ID here]”,
“url”: “https://api.clay.com/v3/sources/webhook/[webhook id here]”,
“key”: “Clay Webhook”,
“type”: “INBOX_EVENT”,
“campaigns”: [
“all”
],
“createdAt”: “date here”
}
]
WHY am I not receiving the SENT/RECEIVED events? Any ideas what I might be missing?
Would really appreciate any hints before I lose my sanity over this ![]()