I created a webkhook in the dashboard for calendar changes. It is active.
But when I create new calendar or delete an existent one on a valid grant, it does not fire my my endpoint.
I need to check if the the webhook was really fired, like logs. What should I do?
Hello @rodrigo.celoto when something goes wrong, you will get a notification on the dashboard. If you want to check if it was fired, then you need to setup an application or similar to get the output.
For something quick I would recommend using Pipedream How to set up Webhooks in Nylas API v3 using Pipedream | Nylas
For something more complex, you can check this Ruby post How to create and read Google Webhooks using Ruby | Nylas
Greetings,
Blag.