Send Email via REST API | Community
Skip to main content
Level 5
July 13, 2020
Solved

Send Email via REST API

  • July 13, 2020
  • 1 reply
  • 1987 views

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/sendSampleEmailUsingPOST

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

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
July 13, 2020

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.