Using handle() for a Pingdom provider. #24
Replies: 4 comments
-
Hey @leoalmeidadotme, sorry for the late reply. Are your events being queued and do you have your queue workers running? If you don't then these handlers will never be executed. |
Beta Was this translation helpful? Give feedback.
-
No worries, thanks for replying @hotmeteor . After trying for two weeks without success I rolled back to implementing the webhooks manually - as a newbie, I can have a clue about what I'm doing ;) Cheers. |
Beta Was this translation helpful? Give feedback.
-
Do you know what the issue was? I'd love to be able to improve the Receiver package to better handle these situations. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately I don't remember the issue, Adam. |
Beta Was this translation helpful? Give feedback.
-
Hi there!
Laravel newbie here. I'm trying to receive a webhook from Pingdom. For example, when a website goes down.
I managed to create a new provider, verify() is working well (checking one of the JSON for a certain hash). But I can’t use the handle() to register the incoming hook/JSON as a new notice/update.
I would like to get the JSON and register on my database something such as:
I'm, trying as per the documented example - But nothing is registered on the logs, as a starting point. Any ideas, please?
Beta Was this translation helpful? Give feedback.
All reactions