Skip to content

Instantly share code, notes, and snippets.

@armiiller
Last active November 8, 2019 00:26
Show Gist options
  • Save armiiller/04b47534985222b6a8389295a65ae2b3 to your computer and use it in GitHub Desktop.
Save armiiller/04b47534985222b6a8389295a65ae2b3 to your computer and use it in GitHub Desktop.
{
integration: {...} // the integration object
data: {
... // what was sent by the integration
// email integration special attributes
to: //the recipients of the email joined by a semi-colon
from: // the sender of the email joined by a semi-colon
subject: // the email subject
message: // the sanitized body of the e-mail
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment