webhook - Adobe Console I/O and Adobe Runtime I/O | Community
Skip to main content
Luca_Lattarini
Level 9
May 6, 2021

webhook - Adobe Console I/O and Adobe Runtime I/O

  • May 6, 2021
  • 2 replies
  • 2968 views

hello guys,

 

How can I use webhook with Adobe Console I/O and Adobe Runtime I/O ?

And how can I be enabled?

Thanks

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Level 3
May 6, 2021

@luca_lattarini  

Adobe I/O events can be configured invoke webhook or I/O runtime function. Refer below document from Adobe

https://experienceleague.adobe.com/docs/experience-platform/observability/notifications/subscribe.html?lang=en#getting-started

 

Thanks

K Chaitanya

 

 

Adobe Employee
May 6, 2021

@luca_lattarini - when you configure your I/O Events integration, you have 2 options of event delivery: webhook and Runtime action.

If you want Runtime action, it's important that it should respond to a "challenge" request. The action should also have "require-adobe-auth: false" if you deploy it with aio app.

Here is an example of a Runtime action handling webhook calls: https://github.com/AdobeDocs/adobeio-samples-firefly-basics/blob/master/actions/event-handler/index.js.

Luca_Lattarini
Level 9
May 7, 2021

Hello

 

I am trying to create an event but I cannot see this choice? Shall I ask to be enabled?

Thanks

 

 

Luca_Lattarini
Level 9
May 10, 2021

@luca_lattarini - I still don't know which event source you want the events to come from.

In short, the source triggers the events and you can receive those events through external webhooks or Runtime actions.

It is not clear to me what you meant by triggers and events in this context. Can you please elaborate?


Hi 

I was able to create an event for AA Triggers and decide if i use Adobe Runtime I/O or webhook to be called from AA Trgger event.

Thanks