Hello,
in ADN we created recently these two articles about events. They may help to guide you and see the differences between webhooks and the Event framework. It points back to the docs for further info. Let us know if it helps.
Article written by @sergio.leon
covering Webhooksand the Event framework
Many actions in Flow Production Tracking generate an internal event. All these events are logged. How can we make practical use of them? How do I get notified? How can we react to those events to automate tasks? What type of events do I have access to and how? Can I define my own ones?. These are some of the questions we will try to clarify in this article.
Automations: reacting to events
Reacting to events is a common a…
Written by @sergio.leon
Continuing article: “Events in Flow Production Tracking - Part 1 (ADN Article)”
Webhooks
Webhooks are widely used in web development and allow a cloud service you control, to be notified of events that occur in Flow Production Tracking. Webhooks are automated messages sent from an application (FPTR here) when a specific event occurs. Unlike traditional APIs where you have to constantly “poll” for new data, webhooks proactively “push” data to a designated URL. This rea…