SMTP Email With Meeting Request
This handler builds and sends an email with an icalendar meeting request invite directly to the specified email server specified by the associated task info values.
Downloads
By downloading this file, you acknowledge that you agree to our Terms of Service
Detailed Description
This handler builds and sends an email with an icalendar meeting request invite directly to the specified email server specified by the associated task info values.
Parameters
Name | Description |
---|---|
To | A comma separated list of email address to be used as the intended recipients. Custom names can be used if any of the addresses are provided in the format: NAME <ADDRESS> |
Summary | A short summary of the event (will be used for the e-mail subject.) |
Description | A full description of the event. |
Location | The location of the event |
Start Date/Time | A start Date/Time of the event(in ISO8601 format) |
End Date/Time | An end Date/Time of the event(in ISO8601 format) |
Sample Configuration
Parameter | Example Configuration |
---|---|
To | Mary Manager <mary.manger@company.com>, Eric Employee <eric.employee@company.com> |
Summary | You've been invited to a meeting. |
Description | The meeting will go over the following topics: a) what to cover in the meeting. |
Location | Conference Room 12b |
Start Date/Time | 2013-09-01T14:30:00Z |
End Date/Time | 2013-09-01T15:30:00Z |
Results
Name | Description |
---|---|
Message Id | The message Id of the sent email |
Change Log
Version | Date | Description |
---|---|---|
V1 | 2013-07-29 | Initial Version |