Business requirement is to create email via REST API to use in third party application. Our team have used Marketo REST API
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
Solved! Go to Solution.
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.