Any reason why this can’t be available for public Pro apps? I’m trying to integrate a button for my users to send themselves an email reminder (like a “note to self”) when they’ve discovered a problem in their home that requires action later on. Seems like a fair use case.
2 Likes
Emails get rendered as markdown. You should be able to use HTML in your body template to display an image.
1 Like
I want to use this to send email notifications to users who opt in. Here’s where I’m stuck: how do I generate the list of emails in one cell to use in the webhook action? I don’t have the option of sending relation column or lookup column data through the webhook.
You’ll need to use a join list column off of the relation
1 Like