API Reference / Predefined Action Groups
/predefined_action_groups/{predefined_action_group_id} Update a specific predefined action group
Updates a predefined action group. action_ids replaces the group's membership outright rather than adding to it; actions dropped from the list are ungrouped, not deleted. Actions already in another group are rejected.
Maintained by the OnePageCRM engineering team
Path parameters
| Name | Type | Description |
|---|---|---|
predefined_action_group_id req | string | Predefined Action Group ID |
Request body
textstringName of the predefined action group
positionintegerint32Position of the group in the list of predefined action groups
action_idsarray<string>List of IDs of the predefined actions in the predefined action group
Responses
200 OK
statusintegerint32Response code
messagestringResponse message
timestampintegerunix-timestampResponse time
dataobjectobject fields β
predefined_action_groupobjectA grouping of predefined actions. Useful if actions can be assigned together as part of a workflow.
object fields β
idstringbson-idID of the predefined action group
textstringName of the predefined action group
positionintegerint32Position of the group in the list of predefined action groups
action_idsarray<string>List of IDs of the predefined actions in the predefined action group
Standard error responses: 400 Β· 401 Β· 403 Β· 404 Β· 409 Β· 500 β shared across the API. See Errors.