We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A monitoring message with a specific format should trigger a webhook call. The monitoring message could look like this:
{ "webhook": { "url": "<URL>", "payload": { ... } } }
MobSOS should then send a POST request to the given URL containing the given payload.
The text was updated successfully, but these errors were encountered:
Monitoring message triggers basic webhook #30
918d3c0
Add test for #30
082c489
pdolif
When branches are created from issues, their pull requests are automatically linked.
A monitoring message with a specific format should trigger a webhook call.
The monitoring message could look like this:
MobSOS should then send a POST request to the given URL containing the given payload.
The text was updated successfully, but these errors were encountered: