Leiste mit Community-Erfolgen erweitern.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Amazon SNS service integration with Adobe AJO

Avatar

Level 2

is there any way we could connect amazon sns serivce for sms to AJO for using it as a sms connector

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

Hello @pushpadubey031 

 

You will need a middleware in between AJO and the Amazon SNS. Some server-side code can accept the data and then call the SNS API.

 

In AJO, you can use the actions to post the data from AJO to this middleware and then call the SNS API to send the SMS.

Documentation on how to create custom actions in AJO is here: Use custom actions | Adobe Journey Optimizer


     Manoj
     Find me on LinkedIn

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Community Advisor

Hello @pushpadubey031 

 

You will need a middleware in between AJO and the Amazon SNS. Some server-side code can accept the data and then call the SNS API.

 

In AJO, you can use the actions to post the data from AJO to this middleware and then call the SNS API to send the SMS.

Documentation on how to create custom actions in AJO is here: Use custom actions | Adobe Journey Optimizer


     Manoj
     Find me on LinkedIn

Avatar

Level 2

Thanks Manoj! 

Please share if you have more details or any link for the using the middleware with ajo and amazon sns