Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

pushkar_k
pushkar_k
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
0

Posts

Posts
7

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by pushkar_k
Customize the badges you want to showcase on your profile
Re: External API for posting data - Adobe Campaign Standard 05-10-2020
Hello, You can use a a translation would have to be carried out by an intermediary such as Adobe IO runtime action written specifically for translating from this JSON format to the format accepted by the API endpoint..

Views

972

Likes

0

Replies

0
Re: External API for posting data - Adobe Campaign Standard 01-10-2020
Hello, ExternalApi activity can perform a POST call too. You can define whatever valid json you want to send as POST body in the Customize Parameter section under Inbound Mapping tab. You can view the POST body that will be used for the request under POST body template section (which is greyed out and is read-only). If there is something in that section, it means externalApi activity will do a POST call. Thanks.

Views

1.0K

Likes

0

Replies

3
Re: Can you do a Post from an External API Activity - Adobe Campaign Standard 24-09-2020
True.. Or you can also have some json you want to send as the post body in the Customize Parameters section under Inbound Mapping tab. This will add it to the Post body template section at the bottom and will get used while making the POST call to external endpoint.

Views

494

Likes

0

Replies

0
Re: Test Adobe External API activity in workflow - Adobe Campaign Standard 24-09-2020
If you don't have an external endpoint to use, you can use postman-echo to test some basic use-cases: https://docs.postman-echo.com/

Views

1.1K

Likes

0

Replies

0
Re: ACS External API - Adobe Campaign Standard 24-09-2020
Hi Nagendra,By default, external Api only does a GET call to the external endpoint. In order to do a POST call, there has to be some json in Post Body Template section under Inbound Mapping tab in External Api activity. 1. Either you can add a query (or similar) activity before externalApi activity and define some field mapping in the Inbound columns section.2. Or you can add some random valid json in the Customize Parameter section.This will then get added to the postbody template section and w...

Views

633

Likes

0

Replies

0