sample
turbot/flowpipe-samples/send-top-show-hn-email
Variables
The Send Top 'Show HN' Email mod has 5 variables:
database
Name | database |
---|---|
Description | Steampipe database connection string. |
Type | connection.steampipe |
Default | connection.steampipe.default |
from
Name | from |
---|---|
Description | The 'From' email address used to deliver the message. This address should be a verified sender in your Twilio SendGrid account. |
Type | string |
Default | - |
hn_story_count
Name | hn_story_count |
---|---|
Description | The number of stories to retrieve from Hacker News. |
Type | number |
Default | 2 |
sendgrid_conn
Name | sendgrid_conn |
---|---|
Description | Name for SendGrid connections to use. If not provided, the default connection will be used. |
Type | connection.sendgrid |
Default | connection.sendgrid.default |
to
Name | to |
---|---|
Description | The intended recipient's email address. |
Type | string |
Default | - |