Documentation Index
Fetch the complete documentation index at: https://docs.messagedesk.com/llms.txt
Use this file to discover all available pages before exploring further.
Developer Tools
The Developer Tools page is where you configure the workspace-level webhook endpoint and signing secret that MessageDesk uses to push events to your systems.Required for the Send Webhook relay action. This configuration must exist before the Send Webhook action will deliver events from your Relays.
Open Developer Tools
Go to Account → Settings → Workspace Settings → Developer Tools.Add a webhook endpoint URL
- Click Add endpoint (or edit your existing endpoint).
- Enter the URL that MessageDesk should POST events to. It must:
- Use HTTPS
- Be reachable from the public internet
- Respond with a 2xx status code on success
- Click Save.
Generate and rotate your signing secret
MessageDesk signs every outbound webhook with a signing secret so your receiver can verify the request really came from MessageDesk.- Generate — click Generate signing secret the first time you set up Developer Tools.
- View / copy — copy the secret into your receiver’s configuration. Store it somewhere safe.
- Rotate — click Rotate signing secret to generate a new value. Update your receiver immediately—webhooks signed with the previous secret will fail validation after rotation.
See also
- Relays → Send Webhook — payload, signature validation, and retry behavior
- Relays overview

