Webhook Trigger subscribes to changes during flow starts.
We can use Salesforce Tooling API for it. Using this API we can deploy our custom trigger code, which can call our webhook endpoint after object create/change event. And also we can delete this trigger code during flows stopping.
The main idea:
Webhook Trigger subscribes to changes during flow starts.
We can use Salesforce Tooling API for it. Using this API we can deploy our custom trigger code, which can call our webhook endpoint after object create/change event. And also we can delete this trigger code during flows stopping.
Example of salesforce ApexTrigger: https://blog.jeffdouglas.com/2009/03/16/restful-web-service-callout-using-post/