I’ve successfully created a webhook. However, it only triggers when an event is created or cancelled if I am simultaneously logged on to the Calendly web page.
I understood it would run on every event called by the trigger.
I am trying to work out if this is by design (and I’m misunderstanding how they work) or the result of a misconfiguration.
NB I’ve created the webhook using the API Key and an oath token with the same result.
What I’m trying to achieve is:
- Create a single use link using the API
- have a user book an event
- have that event trigger a webhook (calling an http trigger in PowerAutomate)
I hope some can help.