Skip to content

Commit

Permalink
Added a troubleshooting section for webhook (#11099)
Browse files Browse the repository at this point in the history
* Added a troubleshooting section for webhook

* Update docs/user/guides/build/webhooks.rst

---------

Co-authored-by: Eric Holscher <25510+ericholscher@users.noreply.github.com>
  • Loading branch information
arti-bol and ericholscher committed Feb 20, 2024
1 parent a096bd6 commit 06140a3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/user/guides/build/webhooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,3 +277,21 @@ you can use this payload:
"date": "{{ build.start_date }}"
}
}
Troubleshooting webhooks and payload discovery
----------------------------------------------

You can use public tools to discover, inspect and test webhook
integration. These tools act as catch-all endpoints for HTTP requests
and respond with a 200 OK HTTP status code. You can use these payloads
to develop your webhook services. You should exercise caution when using
these tools as you might be sending sensitive data to external tools.

These public tools include:

- `Beeceptor <https://beeceptor.com/webhook-integration/>`__ to create
a temporary HTTPS endpoint and inspect incoming payloads. It lets you
respond custom response code or messages from named HTTP mock server.
- `Webhook Tester <https://webhook-test.com/>`__ to inspect and debug
incoming payloads. It lets you inspect all incoming requests to it’s
URL/bucket.

0 comments on commit 06140a3

Please sign in to comment.