Transactional Email API: TriggeredSend definition not enabled for this routeExact Target Triggered Send using salesforce APEXExactTarget Rest API and Triggered SendREST API: Customize recipient name when using messageDefinitionSendsIs it possible to get detailed error information for failed sends?Retrieve custom fields linked to an contactEvent in a Decision SplitUpdating Subscriber Status from Data extensionInvestigation on contact not receiving emailsMarketing Cloud Triggered send - error '10004'New Transactional sending Email API Error 400: TriggeredSend definition not sendable due to definition statusWith Person Account activated, what Salesforce ID as Subscriber Key/Contact Key in SFMC?
If two black hole event horizons overlap (touch) can they ever separate again?
Can a successful book series let the bad guy win?
Why wasn't ASCII designed with a contiguous alphanumeric character order?
How do ohm meters measure high resistances?
Why does my air conditioning feel weak during the day, but strong in the evening?
Alien life interbreeding with Earth life
What is the Japanese name for the conventional shoelace knot?
Missing root certificates on Windows Server 2016 (fresh install)
How can I deal with extreme temperatures in a hotel room?
Two palindromes are not enough
Word ending in "-ine" for rat-like
How do I tell the reader that my character is autistic in Fantasy?
pgfmath does not work
Can dual citizens open crypto exchange accounts where U.S. citizens are prohibited?
Who voices the character "Finger" in The Fifth Element?
Why was p[:] designed to work differently in these two situations?
How did they film the Invisible Man being invisible, in 1933?
How to securely dispose of a smartphone?
Could you fall off a planet if it was being accelerated by engines?
Converting Geographic Coordinates into Lambert2008 coordinates
Losing the queen and then winning the game
I just started should I accept a farewell lunch for a coworker I don't know?
How do I ensure my employees don't abuse my flexible work hours policy?
Android Studio 3.6 canary 6 - Gradle throwing DefaultProjectSyncIssues exception
Transactional Email API: TriggeredSend definition not enabled for this route
Exact Target Triggered Send using salesforce APEXExactTarget Rest API and Triggered SendREST API: Customize recipient name when using messageDefinitionSendsIs it possible to get detailed error information for failed sends?Retrieve custom fields linked to an contactEvent in a Decision SplitUpdating Subscriber Status from Data extensionInvestigation on contact not receiving emailsMarketing Cloud Triggered send - error '10004'New Transactional sending Email API Error 400: TriggeredSend definition not sendable due to definition statusWith Person Account activated, what Salesforce ID as Subscriber Key/Contact Key in SFMC?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I've created a Send Definition, with the key definition_key, linked to the Data Extension data_ext. In this Data Extension, I've got one record, with the subscriber key subscriber_key and the email email.
Now, I'm trying to send an email, using the rest API.
I hit the following endpoint POST https://MY_SUBDOMAIN.rest.marketingcloudapis.com/messaging/v1/email/messages/f4fe74b7-c3c0-4e5a-9f49-b63a641109a2
with the following payload
"definitionKey": "definition_key",
"recipient":
"contactKey": "subscriber_key",
"to": "email"
I'm getting a 400 error, with the following payload:
"message": "MCMS_UTM_Runtime_InvalidOperation: TriggeredSend definition not
enabled for this route, definitionKey=definition_key",
"errorcode": 30001,
"documentation": ""
The definition and subscriber keys are of course not the real ones.
=> What does this error mean exactly ? Is there really an issue with my request, or do I have to configure something else in SFMC UI ?
Thanks
marketing-cloud rest-api email
New contributor
Ismaïl Mourtada is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I've created a Send Definition, with the key definition_key, linked to the Data Extension data_ext. In this Data Extension, I've got one record, with the subscriber key subscriber_key and the email email.
Now, I'm trying to send an email, using the rest API.
I hit the following endpoint POST https://MY_SUBDOMAIN.rest.marketingcloudapis.com/messaging/v1/email/messages/f4fe74b7-c3c0-4e5a-9f49-b63a641109a2
with the following payload
"definitionKey": "definition_key",
"recipient":
"contactKey": "subscriber_key",
"to": "email"
I'm getting a 400 error, with the following payload:
"message": "MCMS_UTM_Runtime_InvalidOperation: TriggeredSend definition not
enabled for this route, definitionKey=definition_key",
"errorcode": 30001,
"documentation": ""
The definition and subscriber keys are of course not the real ones.
=> What does this error mean exactly ? Is there really an issue with my request, or do I have to configure something else in SFMC UI ?
Thanks
marketing-cloud rest-api email
New contributor
Ismaïl Mourtada is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I've created a Send Definition, with the key definition_key, linked to the Data Extension data_ext. In this Data Extension, I've got one record, with the subscriber key subscriber_key and the email email.
Now, I'm trying to send an email, using the rest API.
I hit the following endpoint POST https://MY_SUBDOMAIN.rest.marketingcloudapis.com/messaging/v1/email/messages/f4fe74b7-c3c0-4e5a-9f49-b63a641109a2
with the following payload
"definitionKey": "definition_key",
"recipient":
"contactKey": "subscriber_key",
"to": "email"
I'm getting a 400 error, with the following payload:
"message": "MCMS_UTM_Runtime_InvalidOperation: TriggeredSend definition not
enabled for this route, definitionKey=definition_key",
"errorcode": 30001,
"documentation": ""
The definition and subscriber keys are of course not the real ones.
=> What does this error mean exactly ? Is there really an issue with my request, or do I have to configure something else in SFMC UI ?
Thanks
marketing-cloud rest-api email
New contributor
Ismaïl Mourtada is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I've created a Send Definition, with the key definition_key, linked to the Data Extension data_ext. In this Data Extension, I've got one record, with the subscriber key subscriber_key and the email email.
Now, I'm trying to send an email, using the rest API.
I hit the following endpoint POST https://MY_SUBDOMAIN.rest.marketingcloudapis.com/messaging/v1/email/messages/f4fe74b7-c3c0-4e5a-9f49-b63a641109a2
with the following payload
"definitionKey": "definition_key",
"recipient":
"contactKey": "subscriber_key",
"to": "email"
I'm getting a 400 error, with the following payload:
"message": "MCMS_UTM_Runtime_InvalidOperation: TriggeredSend definition not
enabled for this route, definitionKey=definition_key",
"errorcode": 30001,
"documentation": ""
The definition and subscriber keys are of course not the real ones.
=> What does this error mean exactly ? Is there really an issue with my request, or do I have to configure something else in SFMC UI ?
Thanks
marketing-cloud rest-api email
marketing-cloud rest-api email
New contributor
Ismaïl Mourtada is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ismaïl Mourtada is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ismaïl Mourtada is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 9 hours ago
Ismaïl MourtadaIsmaïl Mourtada
1134 bronze badges
1134 bronze badges
New contributor
Ismaïl Mourtada is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ismaïl Mourtada is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You cannot create a triggered send definition with the UI if you are using the Transactional Messaging API. You need to create your definition via the REST API in order for this to work.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "459"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Ismaïl Mourtada is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f267474%2ftransactional-email-api-triggeredsend-definition-not-enabled-for-this-route%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You cannot create a triggered send definition with the UI if you are using the Transactional Messaging API. You need to create your definition via the REST API in order for this to work.
add a comment |
You cannot create a triggered send definition with the UI if you are using the Transactional Messaging API. You need to create your definition via the REST API in order for this to work.
add a comment |
You cannot create a triggered send definition with the UI if you are using the Transactional Messaging API. You need to create your definition via the REST API in order for this to work.
You cannot create a triggered send definition with the UI if you are using the Transactional Messaging API. You need to create your definition via the REST API in order for this to work.
answered 9 hours ago
Jason HanshawJason Hanshaw
7102 silver badges9 bronze badges
7102 silver badges9 bronze badges
add a comment |
add a comment |
Ismaïl Mourtada is a new contributor. Be nice, and check out our Code of Conduct.
Ismaïl Mourtada is a new contributor. Be nice, and check out our Code of Conduct.
Ismaïl Mourtada is a new contributor. Be nice, and check out our Code of Conduct.
Ismaïl Mourtada is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Salesforce Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f267474%2ftransactional-email-api-triggeredsend-definition-not-enabled-for-this-route%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown