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
| Type | Description |
|---|---|
| Discord | Discord webhook |
| Slack | Slack webhook (Incoming Webhook) |
| Telegram | Telegram bot + chat ID |
| Custom | Any HTTP endpoint |
Creating a connector
- Open Settings → Webhooks.
- Click Add webhook.
- Paste the webhook URL — Paylood detects the type automatically (Discord, Slack, Telegram, custom).
- 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.
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
- Open the project → Settings tab.
- In the Notifications section, select the connector.
- 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.