Luis Felipe Oliveira
05/30/2023, 6:55 PMkapa.ai
05/30/2023, 6:55 PMkapa.ai
05/30/2023, 6:57 PMCreate an App
. Then click From scratch
, enter your App Name, and pick your desired Slack workspace. 2. Set up the webhook URL by clicking on Incoming Webhooks
in the left sidebar. Turn on the feature, click Add New Webhook to Workspace
, and pick the channel you want to receive Airbyte notifications in. 3. Copy the active webhook URL. 4. Add the webhook to Airbyte by navigating to the UI, clicking on Settings, and then clicking on Notifications
. Paste the copied webhook URL in Connection status Webhook URL
. You can find more detailed instructions in the [Configuring Sync Notifications](https://docs.airbyte.com/operator-guides/configuring-sync-notifications) guide. However, it's important to note that Airbyte currently supports only one webhook for a given workspace. If you need to send notifications to multiple destinations, you might need to create a custom solution, such as a microservice that uses the Airbyte API to check the status of specific jobs and sends notifications accordingly. Source: [Configuring Sync Notifications](https://docs.airbyte.com/operator-guides/configuring-sync-notifications)Luis Felipe Oliveira
05/30/2023, 7:03 PMkapa.ai
05/30/2023, 7:03 PMkapa.ai
05/30/2023, 7:04 PMNotifications
. 3. Paste your custom webhook URL (e.g., `http://localhost:300/airbyte/notification`) in the Connection status Webhook URL
field. 4. Choose whether you want notifications on sync successes, failures, or both by clicking the appropriate sliders. 5. Click Save changes
. For more information on setting up webhook notifications, refer to the [Airbyte documentation](https://docs.airbyte.com/operator-guides/configuring-sync-notifications). Keep in mind that the webhook URL should be accessible by your Airbyte instance. If you're using localhost
, make sure your Airbyte instance and your application are running on the same machine. Otherwise, use a publicly accessible URL for your application.Luis Felipe Oliveira
05/30/2023, 7:07 PMkapa.ai
05/30/2023, 7:07 PMkapa.ai
05/30/2023, 7:08 PMlocalhost
, ensure that you include the protocol (http://
or https://
) and the correct port number. The correct format should look like this: <http://localhost:3000/airbyte/notification>
. If you're still facing issues, please double-check the URL format and ensure that your application is running and accessible at the provided URL. If the problem persists, consider looking into the Airbyte logs for more information or reaching out to the Airbyte community on [Slack](https://airbytehq.slack.com) or the [forum](https://discuss.airbyte.io) for further assistance.