APIs & Integrations

karien
Participante

create an marketing email via API with a table insert

resolver

Has anyone created a table insert for marketing email (via API). Is this possible? thx. (and then populate the table with fields/custom object workflow)

0 Avaliação positiva
2 Solução aceitas
Mike_Eastwood
Solução
Conselheiro(a) de destaque | Parceiro Ouro
Conselheiro(a) de destaque | Parceiro Ouro

create an marketing email via API with a table insert

resolver

Hi @karien 

 

You could create a Custom Module that can be added to an email.

 

The code in your Custom Module could pull in the data you need.

 

Have fun

Mike

Exibir solução no post original

0 Avaliação positiva
Mike_Eastwood
Solução
Conselheiro(a) de destaque | Parceiro Ouro
Conselheiro(a) de destaque | Parceiro Ouro

create an marketing email via API with a table insert

resolver

Hi @karien 

 

We typically code a Custom Module to make it easy for normal humans to drop the module into a Drag and Drop Email Template, then add the content directly to the Custom Module in the email.

 

While it takes a bit of effort to set up the Custom Module it saves time creating the emails.

 

Also, have you had a look at HubSpot's Programmable Emails?

 

Mike

Exibir solução no post original

0 Avaliação positiva
4 Respostas 4
Mike_Eastwood
Solução
Conselheiro(a) de destaque | Parceiro Ouro
Conselheiro(a) de destaque | Parceiro Ouro

create an marketing email via API with a table insert

resolver

Hi @karien 

 

We typically code a Custom Module to make it easy for normal humans to drop the module into a Drag and Drop Email Template, then add the content directly to the Custom Module in the email.

 

While it takes a bit of effort to set up the Custom Module it saves time creating the emails.

 

Also, have you had a look at HubSpot's Programmable Emails?

 

Mike

0 Avaliação positiva
karien
Participante

create an marketing email via API with a table insert

resolver

Ah yes, thx Mike, creating custom modules now. 

Mike_Eastwood
Solução
Conselheiro(a) de destaque | Parceiro Ouro
Conselheiro(a) de destaque | Parceiro Ouro

create an marketing email via API with a table insert

resolver

Hi @karien 

 

You could create a Custom Module that can be added to an email.

 

The code in your Custom Module could pull in the data you need.

 

Have fun

Mike

0 Avaliação positiva
karien
Participante

create an marketing email via API with a table insert

resolver

@Mike_Eastwood thx Mike, are you talking about the classic email editor, because that is what i used to get around this? just to clarify. thx