You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| replyTo | no | Field for specifying the email address that should be used when a recipient hits the reply button | String |
62
62
| subject | yes | Field for setting the subject line of a given transmission | String |
63
63
| from | yes | Field for setting the from line of a given transmission | String or Object |
64
-
| html | yes**| Field for setting the HTML content of a given transmission | String |
65
-
| text | yes**| Field for setting the Plain Text content of a given transmission | String |
66
-
| rfc822 | no**| Field for setting the RFC-822 encoded content of a given transmission | String |
67
-
|storedTemplate| no**| Field for specifying the Template ID of a stored template to be used when sending a given transmission | String |
64
+
| html | yes**| Field for setting the HTML content of a given transmission | String |
65
+
| text | yes**| Field for setting the Plain Text content of a given transmission | String |
66
+
| rfc822 | no**| Field for setting the RFC-822 encoded content of a given transmission | String |
67
+
|template| no**| Field for specifying the Template ID of a stored template to be used when sending a given transmission | String |
68
68
| customHeaders | no | Field for specifying additional headers to be applied to a given transmission (other than Subject, From, To, and Reply-To) | Object (Simple) |
69
-
| recipients | yes**| Field for specifying who a given transmission should be sent to | Array of Objects |
70
-
| recipientList | no**| Field for specifying a stored recipient list ID to be used for a given transmission | String |
69
+
| recipients | yes**| Field for specifying who a given transmission should be sent to | Array of Objects |
70
+
| recipientList | no**| Field for specifying a stored recipient list ID to be used for a given transmission | String |
71
71
72
-
** - If using inline content then html or text are required. If using RFC-822 Inline Content, then rfc822 is required. If using a stored recipient list, then recipientList is required. If using a stored template, then storedTemplate is required.
72
+
** - If using inline content then html or text are required. If using RFC-822 Inline Content, then rfc822 is required. If using a stored recipient list, then recipientList is required. If using a stored template, then template is required.
0 commit comments