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.
Add Airtable module and then select Make an API Call option
Here you need to pass in Connection, and airtable url which should be - v0/{base}/{table}
Also add HTTP module with Make a request option
In Aeropage…
Open the settings and make sure Export to Airtable Automations is switched off.
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.
Back to paste it into the URL field and add the record id to the end of the base url.
You wil also need Email module with Send an Email option
In the email module, you need to add Connection, Recipient, Subject and Content.
In content you need to add Data from HTTP section
When you are done you should be about to send an email by clicking ‘Run once’
Now the email should be sent to the person you specified as the recipient