API call from ACS | Community
Skip to main content
New Participant
December 18, 2019
Solved

API call from ACS

  • December 18, 2019
  • 1 reply
  • 3382 views

Can we call an external API from ACS? Our requirement is trigger a SMS using an API. How can this be achieved?

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 bisswang

You may use External API activity: https://docs.adobe.com/content/help/en/campaign-standard/using/managing-processes-and-data/data-management-activities/external-api.html

 

Though it's limited in json format. Thus you may need something in between converting it to the actual json body format needed

 

1 reply

bisswangAccepted solution
Employee
December 18, 2019

You may use External API activity: https://docs.adobe.com/content/help/en/campaign-standard/using/managing-processes-and-data/data-management-activities/external-api.html

 

Though it's limited in json format. Thus you may need something in between converting it to the actual json body format needed

 

New Participant
December 24, 2019
This helped me in the way that I now know that there is an activity for invoking External API. But i am getting an error on trying to use the activity. The error is HTTP-400. While it sucesfully works from Postman.