SOLVED

Re: Setting default snippet ID through REST API

Go to solution
Jonathan_Dunn
Level 2

Setting default snippet ID through REST API

Hello.  We are leveraging the default snippet attribute “mktoDefaultSnippetId” in the div containing the snippet, it is documented here: http://docs.marketo.com/display/public/DOCS/Email+Template+Syntax .  It works when done manually in the UI of Marketo but emails templates created from the REST API fail and the attribute is just stripped out.  Here is the HTML we are generating:

<div class="mktoSnippet" id="viewAsWebpage" mktoDefaultSnippetId="34" mktoName="View as a webpage link" style="padding: 0px 0px 0px 0px;"></div>

Can someone comment on this?

1 ACCEPTED SOLUTION

Accepted Solutions
Jonathan_Dunn
Level 2

Re: Setting default snippet ID through REST API

In case anyone else have this issue, you should know the mktoDefaultSnippetId parameter is not yet supported by the API, confirmed by MKTO support.  Closing.

View solution in original post

1 REPLY 1
Jonathan_Dunn
Level 2

Re: Setting default snippet ID through REST API

In case anyone else have this issue, you should know the mktoDefaultSnippetId parameter is not yet supported by the API, confirmed by MKTO support.  Closing.