Create a webhook in AJO for inbound events | Community
Skip to main content
New Participant
October 24, 2024
Solved

Create a webhook in AJO for inbound events

  • October 24, 2024
  • 3 replies
  • 1568 views

Can any one guide me on how create a webhook URL to listen to inbound events in AJO ?

The use case is here

I have a image in AEM. I would like to listen to Asset publication event in AEM on AJO and start a Journey to send an email. 
Therefore i tried to create an event on Adobe IO console to listen to AEM asset publish which has to be connected to the listener (Inbound event) on AJO. 

I am not sure how to generate this URL on AJO which can listen to this event and start a journey accordingly. 
Any help on this would be extremely helpful. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Anuhya-Y

@harishdev 

After capturing AEM asset publish  details,  call AEP straming API to store the asset url and other necessary info in non-people-based event schema in AEP and create business event in AJO , use business event in journey to send out email.

 

You can use Adobe I/O runtime or any middelware platform tool to automate AEM and AEP calls

 

Checkout the blog to get highlevel understanding  https://experienceleaguecommunities.adobe.com/t5/journey-optimizer-blogs/accelerating-go-to-market-how-workfront-workfront-fusion-aep-and/ba-p/653685

Business event: https://experienceleague.adobe.com/en/docs/journey-optimizer/using/configuration/configure-journeys/events-journeys/about-creating-business

3 replies

Sukrity_Wadhwa
Employee
November 8, 2024

Hi @harishdev,

Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.
Thanks!

Sukrity Wadhwa
Anuhya-Y
Anuhya-YAccepted solution
New Participant
October 24, 2024

@harishdev 

After capturing AEM asset publish  details,  call AEP straming API to store the asset url and other necessary info in non-people-based event schema in AEP and create business event in AJO , use business event in journey to send out email.

 

You can use Adobe I/O runtime or any middelware platform tool to automate AEM and AEP calls

 

Checkout the blog to get highlevel understanding  https://experienceleaguecommunities.adobe.com/t5/journey-optimizer-blogs/accelerating-go-to-market-how-workfront-workfront-fusion-aep-and/ba-p/653685

Business event: https://experienceleague.adobe.com/en/docs/journey-optimizer/using/configuration/configure-journeys/events-journeys/about-creating-business

SatheeskannaK
New Participant
October 24, 2024

@harishdev You can't trigger a journey externally unless if you're using events you can achieve this. 

https://experienceleague.adobe.com/en/docs/journey-optimizer/using/configuration/configure-journeys/events-journeys/about-events

Thanks, Sathees