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 07-10-2020
Thanks pushkar.

Views

944

Likes

0

Replies

0
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