Events Using Runtime Actions as Webhook

The Code Lab will show how to consume events using runtime actions as webhook.

Background

In the Code Lab Consume Events using Journaling API we showed how to consume events using Journaling API. This one will introduce another way to consume events - runtime action as webhook. The integration between Adobe I/O Runtime and I/O Events allows you create runtime actions set up as webhook endpoints on the Adobe Developer console for receiving events. Every time an event fires, your runtime action is executed and the debug tracing feature allows you to debug easily.

Benefits of using Runtime Actions as webhook

Two main benefits to choose Runtime actions as webhook are:

How to choose between Journaling API and Runtime Action webhook

Overview

This Code Lab will take you through the I/O events SYNC webhook registration using your own runtime actions through the console. As part of this Code Lab, we will cover all the behind-the-scenes actions that occur while: