Kaholo plugin for integration with SendGrid API.
- API Token (Vault) Optional - Default sendGrid API Token to authenticate with.
Send a new email.
- API Token (Vault) Optional - SendGrid API Token to authenticate with.
- To (Text) Required - Email Addresses to send this message to. Can enter multiple values by seperating each with a new line.
- CC (Text) Optional - Email Addresses to send this message to, to include in the CC field.
- BCC (Text) Optional - Email Addresses to send this message to, to include in the BCC field.
- From (String) Required - The email addresses to send this message from
- Reply To (String) Optional - The email address to send the reply of this message to.
- Subject (String) Optional - The subject of the email to send.
- Text (Text) Optional - The content of the email as text.
- HTML (Text) Optional - The content of the email, as html.
- Template (Autocomplete) Optional - If specified, create the new email using the specified template.
- Dynamic Template Data (Text) Optional - Variables to pass to the template. Can be passed either as key=value pairs seperated each with a new line, or passed as an object from code.
- Attachment Paths (Text) Optional - If specified, attach all files from the Paths specified to the email.
- Categories (Autocomplete) Optional - categories to assign this message to. Can pass one category from autocomplete, or multiple categories as an array from code.
- Send At (Autocomplete) Optional - The time and date to send the message. If passed from code, make sure to pass it as a unix timestamp.
- Headers (Text) Optional - Any custom headers to attach to the email. Can be passed as key=value pairs seperated each with a new line. Can also be passed from code as an object.
- Custom Args (Text) Optional - Any custom arguments to attach to email events. Can be passed as key=value pairs seperated each with a new line. Can also be passed from code as an object.
Get email stats in the range of dates specified.
- API Token (Vault) Optional - SendGrid API Token to authenticate with.
- Start Date (Autocomplete) Optional
- End Date (Autocomplete) Optional
Get event webhook settings
- API Token (Vault) Optional - SendGrid API Token to authenticate with.
List all catrgories in the connected account
- API Token (Vault) Optional - SendGrid API Token to authenticate with.