SendInvite
Send a default or customized invite to a customer.
Input
| Name | Type | Description |
| Id | String | The customer id to whom the invite will be sent. |
| To | String | The email address of whom to send the invite. |
| From | String | The email address of the person who sent the invite. |
| BCC | String | A comma separated list of email addresses to whom a blind carbon copy of the email will be sent. |
| Subject | String | The subject of the email. |
| CustomMessage | String | A custom message to be sent. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |