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

ddphotoFr
ddphotoFr
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
4

Likes Received

Likes Received
10

Posts

Posts
14

Discussions

Discussions
0

Questions

Questions
14

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ddphotoFr
Customize the badges you want to showcase on your profile
Re: Access denied (iRc=-69) - Adobe Campaign Standard 18-09-2017
You may try to replace previous targets node by not-a-repicipient@domain.com It should work without having a recipient in the database with such email address. But, i'll reiterate my advice. This API should not be called in volume or you may have lot of performance issues.

Views

1.8K

Likes

2

Replies

0
Re: Access denied (iRc=-69) - Adobe Campaign Standard 18-09-2017
Here a full working API call based on default template:mail <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD></HEAD><BODY>foobar</BODY></HTML> Hello world no-reply@domain.com no-reply@domain.com​ This API call send an email to an existing recipient (based on email filtering condition - line 13)I've also forced to automatic validation do directly start the delivery (not just the analysis) - see line 8Line 28, i set the subject and following lines, i have a...

Views

1.8K

Like

1

Replies

0
Re: Access denied (iRc=-69) - Adobe Campaign Standard 18-09-2017
Campaign main goals is to do targeting on known recipients. But if you won't do that, it's more complex.As, this API (with externalSource="true") simulates an external file target, you have to do the mapping (in which column the email is, first name, last name, ...). To do this, the easier way is to prepare the mapping within the UI, save the template and use this template in "strScenarioName"You can have details in the following documentation Email channel​Another way, if your recipients are kn...

Views

1.8K

Likes

0

Replies

0
Re: Access denied (iRc=-69) - Adobe Campaign Standard 15-09-2017
As i said yesterday, you have to pre-configure the template (with the proper fields mapping). And then, try manually (via the console) to send the email, once it's done, you should be able to use this API.Otherwise, you can add all needed fields in your call, but it is simpler to use a full template.Note: this API is not efficient, for me the best way is to use a workflow, and prepare stuff (and use existing recipient - instead of an external source)

Views

1.8K

Likes

0

Replies

0
Re: Access denied (iRc=-69) - Adobe Campaign Standard 15-09-2017
The schema is nms:delivery, not urn:delivery here.So, must be

Views

1.8K

Likes

0

Replies

0
Re: Access denied (iRc=-69) - Adobe Campaign Standard 14-09-2017
Do you have any existing delivery template named "test" pre-configured to use an external source?What are you trying to perform?It looks like a message center use case, using this, it will be simpler. Damien

Views

1.8K

Likes

0

Replies

0
Re: Access denied (iRc=-69) - Adobe Campaign Standard 14-09-2017
Hello,this session token element should not be used anymore:to do a proper (and safe) call, you have to provide it in a cookie header, and the associated security token in X-Security-Token header like explained in documentation Web service callsSo, your post to soaprouter.jsp must look like:POST /nl/jsp/soaprouter.jsp HTTP/1.1Content-Type: application/soap+xml; action=nms:delivery#SubmitDelivery; charset=utf-8Accept-Language: enSOAPAction: nms:delivery#SubmitDeliveryCookie: __sessiontoken=___XXX...

Views

1.8K

Likes

2

Replies

0
Re: How to insert element into schema using xtk.session.Write - Adobe Campaign Standard 28-03-2017
Hi, your write expression should be:xtk.session.Write( BoguslawTest33 BoguslawTest35 );Damien

Views

1.5K

Likes

2

Replies

0
Re: "JWT token is incorrectly formatted" error when trying to get an AdobeIO API access token - Adobe Campaign Standard 15-03-2017
Hi,tenant is your organization name.You may find it your marking cloud URL: https://.marketing.adobe.comSo, if your Marketing Cloud URL is https://ac-sample.marketing.adobe.com, you should use https://mc.adobe.io/ac-sample/campaign/{rest-of-url}Damien

Views

4.6K

Likes

3

Replies

0
Re: "JWT token is incorrectly formatted" error when trying to get an AdobeIO API access token - Adobe Campaign Standard 09-03-2017
Hello,I was able to reproduce your issue and solve it. For me, the issue comes from the optional jti parameter. If your organization doesn't need this, just remove it. Otherwise you may have to handle it properly (increase it at each request).Regards,Damien

Views

4.6K

Likes

0

Replies

0