Is there some way to check webhook health? #332
Unanswered
RndUsername
asked this question in
Q&A
Replies: 1 comment
|
Hello! You can use the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In my application I create a webhook for receiving sms and immediately receive an sms, which leads to the app trying to send a webhook to an old registered webhook instead of the new one. If I add a delay it works but it makes my application unpredictable. Can I somehow check if the device actually set the new webhook already or can i trigger a test webhook, to see if my system receives the webhook?
All reactions