You are here:
InsVlocityActionService:assignRecordToQueue
Use this service to assign a record to a specified Salesforce queue.
Class: InsVlocityActionService
Method: assignRecordToQueue
How It Works
-
Using the queue name from
invokeMethodInput, the service searches for an instance of User Group (type=Queue). -
The retrieved queue is assigned as the owner of the record (
OwnerIdfield value =Salesforce queue).
If the Salesforce queue is configured to receive email notifications, Salesforce sends the emails to the members of the queue.
Inputs
Input |
Description |
|---|---|
|
Required. Id of the record for any object type. |
|
The The value must be in JSON format, with a single key-value pair. Set the key as 'queueName'. The value must be set with the name of the Salesforce queue. |

