inviteCustomer
Availability
This routine is available starting with Power Scripts™ 4.6.0.
Syntax
inviteCustomer(email, project)
Description
Sends an invitation to a customer or a list of customers for a specified Service Desk project.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
String[] | Yes | The customers' email. | |
project | String | Yes | The key of the selected project. |
Return type
boolean
Returns "true" if the operation succeeded.
Example
return inviteCustomer({"customer1@email.com","customer2@email.com"}, "JSD");
See also