APIs & Integrations

kate4
Membro

Creating a marketing automated email with the API

resolver

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 Avaliação positiva
1 Solução aceita
kate4
Solução
Membro

Creating a marketing automated email with the API

resolver

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

Exibir solução no post original

4 Respostas 4
kate4
Solução
Membro

Creating a marketing automated email with the API

resolver

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
Orientador(a) | Parceiro
Orientador(a) | Parceiro

Creating a marketing automated email with the API

resolver

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
Orientador(a) | Parceiro
Orientador(a) | Parceiro

Creating a marketing automated email with the API

resolver

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
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

Creating a marketing automated email with the API

resolver

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