SOLVED

Send Email via REST API

Go to solution
Jay00031987
Level 4

Send Email via REST API

Business requirement is to create email via REST API to use in third party application. Our team have used Marketo REST API

https://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Emails/sendSa...

But, When we receive email via REST API it say TEST in email subject line. Is there way to remove TEST from email subject line

image-20200710-045442.png

 

Jay
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Send Email via REST API

You're sending a Sample, so it'll always include that text (as it does when sent via the UI).

 

This isn't the endpoint you should be using, though: should be the Request Campaign endpoint. However, you need to be acutely aware of API limits.

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Send Email via REST API

You're sending a Sample, so it'll always include that text (as it does when sent via the UI).

 

This isn't the endpoint you should be using, though: should be the Request Campaign endpoint. However, you need to be acutely aware of API limits.