Raven provides a simple email form template to send emails via any provider
{{attachment_1}}
and
{{attachment_name_1}}
. The type specifies whether the attachment is a text
file or some other format (PDF, JPEG etc). The attachment data should be encoded
in Base64 encoding and passed as a value to the file data key in the Send Event
API. Also, the name of the attachment that you want to send in the email should
be passed as a value to the file name key.
Headers
You can add email headers like reply-to, sender etc in the Integration tab while
setting up the email provider integration.
{{name}}
. Raven will replace these variables with the value passed in the Send
Event API.