Last active
November 8, 2019 00:26
-
-
Save armiiller/04b47534985222b6a8389295a65ae2b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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