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?