EmailAction
Properties
| Name |
Type |
Description |
Notes |
| type |
String |
Action type |
[default to null] |
| to |
String |
List of recipients emails separed by semicolon (;) |
[default to null] |
| cc |
String |
List of carbon copy emails separed by semicolon (;) |
[optional] [default to null] |
| ccn |
String |
List of blind carbon copy emails separed by semicolon (;) |
[optional] [default to null] |
| subject |
String |
The email subject |
[default to null] |
| body |
String |
The email body |
[default to null] |
[Back to Model list] [Back to API list] [Back to README]