We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e47be commit 92e10b5Copy full SHA for 92e10b5
docs/src/reference/webhooks.md
@@ -184,10 +184,3 @@ let secret_response = scheduler.rotate_outgoing_webhook_secret(1).await.unwrap()
184
```python
185
secret_response = scheduler.rotate_outgoing_webhook_secret(1)
186
```
187
-
188
-## Testing Webhooks
189
190
-Before deploying webhooks, test them using online webhook debugging tools. Here are two recommended services:
191
192
-- **[Beeceptor](https://beeceptor.com/)** – Allows quick webhook testing with a custom endpoint.
193
-- **[Request Inspector](https://requestinspector.com/)** – Provides detailed request logs and debugging insights.
0 commit comments