SendInvite
Sends an account invitation email to a customer, with optional custom messaging.
Input
| Name | Type | Description |
| Id | String | The unique ID of the customer to whom the invitation email will be sent. |
| To | String | The recipient's email address where the invitation will be delivered. |
| From | String | The sender's email address appearing in the 'From' field of the invitation email. |
| BCC | String | A comma-separated list of email addresses to receive a blind carbon copy of the invitation email. |
| Subject | String | The subject line of the invitation email. |
| CustomMessage | String | An optional custom message to include in the invitation email body. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the invitation email was successfully sent. |
| Details | String | Additional information or diagnostic details about the execution of the operation. |