You are here:
Add Members to Quote Group Invocable Action
Use this action to add quote members to a specific quote group. For example, build scripts that automatically sort and assign subscribers to department-based quote groups during bulk imports.

Use more general search terms.
Select fewer filters to broaden your search.
You are here:
Use this action to add quote members to a specific quote group. For example, build scripts that automatically sort and assign subscribers to department-based quote groups during bulk imports.
| Available in: Lightning Experience |
| Available in: Enterprise, Unlimited, and Developer Editions |
| Parameter | Description | Data Type |
|---|---|---|
| quoteId | The ID of the quote. | String |
| quoteGroupId | The ID of the quote group to add members to. | String |
| quoteMembers | A list of member information to add to the group. | List of String |
| checkAsyncJobStatus | A Boolean value that indicates whether to check for running asynchronous jobs before adding members. | Boolean |
| Parameter | Description | Data Type |
|---|---|---|
| isSuccess | A Boolean value that indicates whether the operation succeeded. | Boolean |
| quoteGroupId | The ID of the quote group where members were added. | String |
| errorMessage | A message explaining why the opportunity couldn't be created. | String |
JSON Request
{
"inputs": [
{
"quoteId": "0Q03h000000dD3f",
"quoteGroupId": "a453h000000QRgF",
"checkAsyncJobStatus": true,
"members": [
{
"Id": "a5X3h000000vACv"
},
{
"Id": "a5X3h000000vAD0"
}
]
}
]
}
JSON Response Body
[
{
"actionName": "devops001gs0__B2BCmexAddMemQGInvocable",
"errors": null,
"invocationId": null,
"isSuccess": true,
"outcome": null,
"outputValues": {
"success": true,
"quoteGroupId": "a453h000000QRgFAAW",
"error": null
},
"sortOrder": 0,
"version": 1
}
]

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.