Post Groups
Creates a generic group, that can be associated within the third-party application.
Parameters
Parameter | Description |
---|---|
Name | User-readable name of the group. |
Spoke ID | The unique ID for the group, this can be the unique identifier for the group entity object within your application. |
Users | An array of Rippling IDs that will be in the group. |
Example Output
{
"value": {
"id": "5f397f3b3ca04e478d4575ad",
"name": "GroupTest4",
"spokeId": "lkjwbfskjsdbllskdb",
"users": [
"5c8f7f06c592917aeee1ea9f"
],
"version": "uu8ccavwbsb8stfn"
}
}
Workflow Library Example
Post Groups with Rippling and Send Results Via Email
Preview this Workflow on desktop