Providers
The Providers section lets you manage your webhook provider accounts.
Account List
Section titled “Account List”View all configured provider accounts with:
- Provider — The provider type (Stripe, Mailgun, etc.)
- Account Slug — The unique identifier for this account
- Status — Whether the account is enabled or disabled
- Delivery URL — Where events are delivered
Creating an Account
Section titled “Creating an Account”- Click Add Account
- Select the provider from the dropdown
- Enter the account slug (this becomes part of the webhook URL)
- Enter the signing secret from your provider
- Optionally configure a delivery URL and secret
- Save the account
The webhook URL will be displayed: https://ingest.transyt.com/{provider}/{account-slug}
Editing an Account
Section titled “Editing an Account”Click an account to edit:
- Update the signing secret (for secret rotation)
- Change the delivery URL
- Enable/disable the account
- Configure project-level fallback delivery settings
Testing Delivery
Section titled “Testing Delivery”Use the Test Delivery button to verify that your delivery URL is reachable. This sends a test POST request and reports whether it succeeds.