Hello,
We have a problem to launch and ACS event with an API Call.
The Event (and event message) has been published and on the ACS environment but we still can't launch it from our BackOffice.
We did the JWT authentification to have a token, but still have a problem with the POST.
here you can find the error message:
"Bearer token of a technical account must be accompanied with a valid service token"
There is the test post event that we trying to launch with with POSTMAN:
POST https://energieperspective-mkt-stage2.campaign.adobe.com/rest/mcenergieperspective/EVTEpTestEvent
Content-Type: application/json
{"email":"aurelien@ep.fr","ctx":{}}
Could you help us to launch our transactionnal message with the API ?
We followed the documentation to launch an event, but do we make an error in our process ?
Best Regards,
Alexandre
Solved! Go to Solution.
Hi Alexandre,
You were using a wrong endpoint. You should be using AdobeIO end point.
I've located your support ticket and shared my inputs over there.
For everyone reading this post, please refer to documentation Adobe Campaign Standard API
Hope it helps.
Regards,
Vipul
Views
Replies
Total Likes
Hi Alexandre,
ACS API can be called using two methods
From the explanation you have shared here, the URL endpoint used suggests that you are going for method 1 i.e. calling API directly but then you are generating JWT token which is really not required here. It is required in method 2.
For method 1 you need to define a Basic Authorisation header which is missing in your case. It is very easy to generate it and fix the problem for you. However, it is a public forum and the steps beyond this point are risky to share on this forum with you.
Can you please log a support ticket and we will assist you over there with the missing point.
Please be aware that Engineering doesn't recommend using direct API calls to ACS endpoint. Recommended approach is to make use of Adobe.IO
Regards,
Vipul
Views
Replies
Total Likes
Hi Alexandre,
You were using a wrong endpoint. You should be using AdobeIO end point.
I've located your support ticket and shared my inputs over there.
For everyone reading this post, please refer to documentation Adobe Campaign Standard API
Hope it helps.
Regards,
Vipul
Views
Replies
Total Likes
Hi Vipul,
Yes, I was calling the wrong endpoint. Thanks for your answer in the support ticket !
For everyone, it's not explicated in the docoumentation but the tenant is not the Organisation Name, you have to replace "Tenant" by your ACS instance name !
Could be usefull for others.
Best regards !
Thanks for the update Alexandre, I'll sent your comment over to the documentation team.
Florent
Views
Replies
Total Likes
Hi Vipul,
I am facing a similar issue while trying to send transactional message using adobe io.
Can you please help in understanding what should be the API URL. Currently I am using below URL:
https://mc.adobe.io/instanceURL/campaign/mcInstanceURL/eventID -- This is as per acs document.
I believe the part having mcInstanceURL is going wrong.
Regards,
Subrat Sahu
Views
Replies
Total Likes
Hi,
the mcInstanceURL + eventID values you can see when you click "Preview API" on the transactional event page
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies