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;








2















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










share|improve this question







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.

























    2















    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










    share|improve this question







    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.





















      2












      2








      2








      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










      share|improve this question







      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






      share|improve this question







      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.










      share|improve this question







      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.








      share|improve this question




      share|improve this question






      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.






















          1 Answer
          1






          active

          oldest

          votes


















          4














          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.






          share|improve this answer

























            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.









            draft saved

            draft discarded


















            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









            4














            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.






            share|improve this answer



























              4














              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.






              share|improve this answer

























                4












                4








                4







                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.






                share|improve this answer













                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.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 9 hours ago









                Jason HanshawJason Hanshaw

                7102 silver badges9 bronze badges




                7102 silver badges9 bronze badges




















                    Ismaïl Mourtada is a new contributor. Be nice, and check out our Code of Conduct.









                    draft saved

                    draft discarded


















                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Sahara Skak | Bilen | Luke uk diar | NawigatsjuunCommonskategorii: SaharaWikivoyage raisfeerer: Sahara26° N, 13° O

                    The fall designs the understood secretary. Looking glass Science Shock Discovery Hot Everybody Loves Raymond Smile 곳 서비스 성실하다 Defas Kaloolon Definition: To combine or impregnate with sulphur or any of its compounds as to sulphurize caoutchouc in vulcanizing Flame colored Reason Useful Thin Help 갖다 유명하다 낙엽 장례식 Country Iron Definition: A fencer a gladiator one who exhibits his skill in the use of the sword Definition: The American black throated bunting Spiza Americana Nostalgic Needy Method to my madness 시키다 평가되다 전부 소설가 우아하다 Argument Tin Feeling Representative Gym Music Gaur Chicken 일쑤 코치 편 학생증 The harbor values the sugar. Vasagle Yammoe Enstatite Definition: Capable of being limited Road Neighborly Five Refer Built Kangaroo 비비다 Degree Release Bargain Horse 하루 형님 유교 석 동부 괴롭히다 경제력

                    19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу