Our webhook implementation follows the Standard Webhooks specification and our SDKs offer:Documentation Index
Fetch the complete documentation index at: https://docs.rapidly.tech/llms.txt
Use this file to discover all available pages before exploring further.
- Built-in webhook signature validation for security
- Fully typed webhook payloads
Get Started
Testing webhooks during developmentUse a free share to test file share access and trigger
webhook events without spending real money.
Add new endpoint
Head over to your workspace settings and click on the
Add Endpoint button to create a new webhook.Choose a delivery format
For standard, custom integrations, leave this parameter on Raw. This will send a payload in JSON format.If you wish to send notifications to a Discord or Slack channel, you can select the corresponding format here. Rapidly will then adapt the payload so properly formatted messages are sent to your channel.If you paste a Discord or Slack Webhook URL, the format will be automatically selected.
Set a secret
We cryptographically sign the requests using this secret. So you can easily
verify them using our SDKs to ensure they are legitimate webhook payloads
from Rapidly.You can set your own or generate a random one.