Skip to content
aeropage-round-dark
Aeropage Documentation
Dynamic Email

Dynamic HTML in Make

For automations


In this example we will create automation on in order to fetch the html and then send it in an email.

In scenarios section we can see all created automations by us.
Untitled.png

Add Airtable module and then select Make an API Call option

Untitled 1.png
Untitled 2.png


Here you need to pass in Connection, and airtable url which should be - v0/{base}/{table}


Untitled 3.png


Also add HTTP module with Make a request option

Untitled 4.png
Untitled 5.png


In Aeropage…

blunt-bulb
Open the settings and make sure Export to Airtable Automations is switched off.

Untitled 6.png

Airtable handles the content differently to other systems as it allows either markdown or html, this may cause problems in other systems.

Then copy the sharing link.

Untitled 4.png

Back to paste it into the URL field and add the record id to the end of the base url.

Untitled 7.png


You wil also need Email module with Send an Email option

Untitled 8.png
Untitled 9.png


In the email module, you need to add Connection, Recipient, Subject and Content.

In content you need to add Data from HTTP section

Untitled 10.png

When you are done you should be about to send an email by clicking ‘Run once’
Untitled 11.png

Now the email should be sent to the person you specified as the recipient
Untitled 12.png
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.