What is the best way to trigger notifications once...
# ask-community-for-troubleshooting
a
What is the best way to trigger notifications once a sync is complete? What I really want to do is to write a message to a kafka topic with information about what was synced (I will have multiple sources and connections, all syncing to S3). I see the notification webhook in the docs, but that seems to be mainly for slack? I am happy to write an endpoint that takes in the notification webhook call and writes to kafka, assuming enough info is passed in the webhook call (like what was synced). I prefer to use the airbyte scheduler to trigger syncs and not airflow.
👀 1
1
h
Hey Andrew you can check this https://airbytehq.slack.com/archives/C01A4CAP81L/p1627343630371300 here you have a example on how you can extend this functionality
👍 1
c
Apologies for rezzing an old thread, but my impression is the Airbyte webhook feature is only for sync failures. Can we extend for sync successes as well?
u
The webhook works for fail and success sync
c
Oh awesome!