/
inviteCustomer
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
, multiple selections available,
Related content
inviteCustomer
inviteCustomer
More like this
inviteCustomer (Power Scripts)
inviteCustomer (Power Scripts)
More like this
addCustomer
addCustomer
More like this
createCustomer
createCustomer
More like this
removeCustomer
removeCustomer
More like this
addOrganization
addOrganization
More like this