CustomerSendAccountInviteEmail
Sends an account invite email to a customer.
Input
| Name | Type | Required | Description |
| Id | String | True | The ID of the customer. |
| EmailTo | String | False | The email recipient. |
| EmailFrom | String | False | The email sender. |
| EmailSubject | String | False | The email subject. |
| EmailBody | String | False | The email body. |
| EmailCustomMessage | String | False | A custom message to include in the email. |
| EmailBcc | String | False | BCC recipients for the email. |
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. |
| Id | String | The ID of the customer the invite was sent to. |