APIs & Integrations

kate4
Mitglied

Creating a marketing automated email with the API

lösung

Hello! 
I'm trying to create the Marketing email via the Marketing Email API.

How can I set Automated status for it?
I am sending an email type: "AUTOMATED_EMAIL" but it doesn't help.

For example:
https://api.hubapi.com/marketing-emails/v1/emails?hapikey=key
{"name":"Test Email",
"subject":"Test Subject",
"emailType":"AUTOMATED_EMAIL",
"fromName":"Jhon Doe",
"templatePath":"test-template.html",
"replyTo":"test@gmail.com"}

kate4_1-1621007603667.png

 

 

0 Upvotes
1 Akzeptierte Lösung
kate4
Lösung
Mitglied

Creating a marketing automated email with the API

lösung

Hi!

@tominal  Thank you for your attention!
I found a solution. It is necessary to send     "state" => "AUTOMATED_DRAFT"  in the request body.  Maybe it will help someone

Lösung in ursprünglichem Beitrag anzeigen

4 Antworten
kate4
Lösung
Mitglied

Creating a marketing automated email with the API

lösung

Hi!

@tominal  Thank you for your attention!
I found a solution. It is necessary to send     "state" => "AUTOMATED_DRAFT"  in the request body.  Maybe it will help someone

tominal
Ratgeber/-in | Partner
Ratgeber/-in | Partner

Creating a marketing automated email with the API

lösung

Ah! Good catch.

 

I remember having to replace the emailType attribute when creating emails a while ago. I wish I had remembered that piece.


Thomas Johnson
Community Champion


Kahu Software LLC
A Texan HubSpot consulting firm
https://kahusoftware.com
tominal
Ratgeber/-in | Partner
Ratgeber/-in | Partner

Creating a marketing automated email with the API

lösung

Unfortunately no. That request looks correct though. Is the response giving you any errors? @kate4 


Thomas Johnson
Community Champion


Kahu Software LLC
A Texan HubSpot consulting firm
https://kahusoftware.com
dennisedson
HubSpot-Produktteam
HubSpot-Produktteam

Creating a marketing automated email with the API

lösung

@tominal , any chance you have played in this area?