- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Could you tell me more about how you are trying to invoke the Action?
Are you using the localhost hosted default web page to select the Action and invoke it? Or are you using the Adobe hosted default page to invoke the action? or are you trying to invoke from a custom UI you built?
Here is a little 101 data for you in the meantime.
Actions you build will require Adobe auth is passed to them in the header on every invocation unless you set "
require-adobe-auth: false" in the manifest.yml for your project.
The required call auth headers are
"authorization": "Bearer eyJhUSERS_AUTH_TOKEN_HERE_1...."
and
and
"x-gw-ims-org-id":"3C9419_YOUR_ORG_ID_393C0A495E39@AdobeOrg"
If you don't know your org_id use this command "aio config get project.org.ims_org_id" and it will be in the output
YOUR current auth token can found with this command "aio auth login"
Views
Replies
0 Likes
Total Likes