Only Fibery Admins can configure webhooks.
Connector Configuration
To enable webhooks, first of all you need update connector’s synchronizer configuration by specifyingwebhooks configuration:
type: 'ui' is the only supported type for now. Most of the 3rd party system allow configuring webhooks via their UI instead of API request, hence the name
Then you should implement following URLs in the connector:
Accepting webhook events
Each app has its own entry pointhttps://webhooks-svc.fibery.io/apps/:app-id (e.g. https://webhooks-svc.fibery.io/apps/slack-app). This url should be registered in 3rd party system as a target url for incoming messages
How to get your app-id?
Unfortunately that’s not easy for now. You’ll have to use browser’s devtools and get the id from the request in Fibery. Here’s a video showing how you can get it