Create User Group
Create a User Group.
External Documentation
To learn more, visit the Slack documentation.
Parameters
Parameter | Description |
---|---|
Channels | A comma separated string of encoded channel IDs for which the User Group uses as a default, e.g ["xxx", "yyy"] |
Description | A short description of the User Group. |
Include Count | Include the number of users in each User Group. |
Mention Handle | A mention handle. Must be unique among channels and users. |
Name | A name for the User Group. Must be unique among User Groups. |
Example Output
{
"ok": true
}
Workflow Library Example
Create User Group with Slack and Send Results Via Email
Preview this Workflow on desktop