Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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

View solution in original post

2 Replies

Avatar

Correct answer by
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