Swush
API

Integrations

Webhooks and outbound integrations.

Swush supports outbound webhooks for automation.

Endpoints

  • GET /api/v1/integrations/webhooks — list webhooks
  • POST /api/v1/integrations/webhooks — create webhook
  • PATCH /api/v1/integrations/webhooks/{id} — update webhook
  • DELETE /api/v1/integrations/webhooks/{id} — delete webhook
  • POST /api/v1/integrations/webhooks/{id}/test — send test delivery

Auth

Use x-api-key or a signed-in session.

Notes

  • Webhooks can be configured with a secret for signing.
  • You can select json or discord payload formats.

On this page