Apito's API management platform has built-in webhook support that you can configure to trigger based on actions of your database API models. Our instant API builder enables powerful integrations - for example, if you want to update your website each time data in a model updates or creates using our build API tool, now you can.
If you are looking a way to integrate third party application, webhook could call your send your data based on operation to a third party URL. You can use this to auto deploy website.
To create a webhook you have to go to Settings in Apito Console then Webhooks from the left
navigation bar and click Create a Webhook
You have to fill in:
Name Name of the webhooksModel The model that the webhook will reflect toOperation Choose from which action you would like to trigger the webhook forWebhook URL The Gitlab Pipeline Trigger URL
Click on the CREATE HOOK to create your trigger hook. Now each time your model updates, in this example page updates it will send a POST trigger to the URL with the page data
in the request body as json.