Amazon SNS service integration with Adobe AJO | Community
Skip to main content
Level 2
July 19, 2022
Solved

Amazon SNS service integration with Adobe AJO

  • July 19, 2022
  • 1 reply
  • 1181 views

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

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 Manoj_Kumar

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

1 reply

Manoj_Kumar
Community Advisor
Manoj_KumarCommunity AdvisorAccepted solution
Community Advisor
July 20, 2022

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  | https://themartech.pro
Level 2
July 22, 2022

Thanks Manoj! 

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