FR

Notifications (webhooks)

Receive Discord, Slack or Telegram alerts on your deployments.

Paylood can send notifications to your favorite channels (Discord, Slack, Telegram, or a custom webhook) on every important event: successful deployment, failure, etc.

Connector types

TypeDescription
DiscordDiscord webhook
SlackSlack webhook (Incoming Webhook)
TelegramTelegram bot + chat ID
CustomAny HTTP endpoint

Creating a connector

  1. Open Settings → Webhooks.
  2. Click Add webhook.
  3. Paste the webhook URL — Paylood detects the type automatically (Discord, Slack, Telegram, custom).
  4. Save, then use the Test button to verify the configuration.

Capture à venir

en/notifications-overview

Cette capture illustrera la vue correspondante. Elle est générée automatiquement par le pipeline Playwright.

Settings — notification webhooks

Tip

Create your webhook in Discord (Server → Settings → Integrations → Webhooks), Slack (Apps → Incoming Webhooks) or Telegram (BotFather + @BotFather). The Test confirms the setup before you enable it.

Linking a connector to a project

  1. Open the project → Settings tab.
  2. In the Notifications section, select the connector.
  3. Save: the project’s events are sent to that channel.

You can also set a per-project connector from the global settings.

Notified events

  • Successful deployment (with the commit and build time).
  • Failed deployment (with a log excerpt).
  • Cancelled deployment.

Notifications are also shown in the application (bell icon) for each project, in addition to external channels.

Editing or deleting

From Settings → Webhooks, edit the URL or delete the connector. Linked projects stop receiving notifications.

Troubleshooting

  • Test failed: check the URL and that the webhook is active at your provider.
  • No notification: check that the connector is linked to the relevant project.
  • Rate limit: some providers limit messages. Space out events if needed.
Last updated: 2026-08-14 Edit this page