need help with setting up webhooks for powered by ...
# ask-ai
a
need help with setting up webhooks for powered by airbyte
u
Sure, I can guide you through the process of setting up webhooks for notifications in Airbyte. Here are the steps: 1. Create a Slack App - Navigate to https://api.slack.com/apps/ and select
Create an App
. - Select
From Scratch
. Enter your App Name (e.g. Airbyte Sync Notifications) and pick your desired Slack workspace. - Enable Incoming Webhooks: in the left sidebar, click on
Incoming Webhooks
. Click the slider button in the top right to turn the feature on. Then click
Add New Webhook to Workspace
. - Select the channel that you want to receive Airbyte notifications in (ideally a dedicated one), and click
Allow
to give it permissions to access the channel. You should see the bot show up in the selected channel now. You will see an active webhook right above the
Add New Webhook to Workspace
button. - Click
Copy.
to copy the link to your clipboard, which you will need to enter into Airbyte. Your Webhook URL should look similar to this:
<https://hooks.slack.com/services/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PM1>
[^1^] 2. Enable the Slack notification in Airbyte - Click Settings and navigate to Notifications. On this page, you can toggle each slider decide whether you want notifications on each notification type. Paste the copied webhook URL to
Webhook URL
. - Test it out: you can click
Test
to send a test message to the channel. Or, just run a sync now and try it out! For a successful sync, you should receive a notification that looks like this: - Click Save changes to ensure you continue to receive alerts about your Airbyte syncs. [^3^] 3. Configure Webhook Notification Settings - Airbyte can send notifications to any generic webhook service. This is helpful when using a downstream service to trigger transformations or other tasks in your data stack. [^4^] Please note that there is an open issue on GitHub discussing the configuration of notification settings through the Airbyte API [^5^]. [^1^]: [Create a Slack App](https://docs.airbyte.com/cloud/managing-airbyte-cloud/manage-airbyte-cloud-notifications#create-a-slack-app) [^3^]: [Enable the Slack notification in Airbyte](https://docs.airbyte.com/cloud/managing-airbyte-cloud/manage-airbyte-cloud-notifications#enable-the-slack-notification-in-airbyte) [^4^]: [Configure Webhook Notification Settings](https://docs.airbyte.com/cloud/managing-airbyte-cloud/manage-airbyte-cloud-notifications#configure-webhook-notification-settings) [^5^]: [Github Issue](https://github.com/airbytehq/airbyte/issues/44889)