[SOLVED] How to check that webhook has been called?

I have upgraded my server to the pro plan and added the webhook endpoint to the server, but there’s no webhook call for those endpoints.

maybe it is something related to how the webhook was set
nothing in server logs?

you can also try to make a http request from cloud code for a trigger like afterSave where you have more control

I got this info, it has something to do with it?

Making outgoing webhook request without webhookKey being set!

that is the default message that you will see, it means that the web hook works

It seems like it doesn’t call my endpoint. I save all incoming routes, but it doesn’t have the webhook URL that I connected to

maybe you can try with a different endpoint, I would expect it to work

1 Like

You’re right. I have changed a different endpoint, and it works.

1 Like