ACS External API | Community
Skip to main content
supratim1034
Level 2
June 17, 2020
Solved

ACS External API

  • June 17, 2020
  • 1 reply
  • 1695 views

We are looking for external API to perform a use case where some workflow data (first name, email, DOB) will be posted to a https url. However, we could see a few hurdles:

 

a. how do i know when this activity is posting and when it is issuing a GET or PUT or other kinds of HTTP call?

b. When using the POSTMAN Echo, the request is working fine, however, when tested using the external API the request is getting through but no response - how is my request getting posted in the endpoint?

c. I am providing below the screenshots: of the error and my configurations - any information?

 

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 SrinathJo

Workflow execution logs will typically show you the various steps taken during the execution of that workflow, including the URLs of external API endpoints to which calls are made. Whether GET or POST method is used during the call is based on whether there is any request body to be sent to the API endpoint or not. If the problem is not yet resolved, you can submit the log messages from the workflow to this post for further troubleshooting help.

1 reply

SrinathJoAdobe EmployeeAccepted solution
Adobe Employee
July 27, 2020

Workflow execution logs will typically show you the various steps taken during the execution of that workflow, including the URLs of external API endpoints to which calls are made. Whether GET or POST method is used during the call is based on whether there is any request body to be sent to the API endpoint or not. If the problem is not yet resolved, you can submit the log messages from the workflow to this post for further troubleshooting help.