API Reference / Predefined Action Groups
GET
/predefined_action_groups Get the list of predefined action groups (for the logged API user's account)
Returns the account's predefined action groups. A group bundles two or more predefined action templates so they can all be applied to a contact in one request, each with its own due date.
Maintained by the OnePageCRM engineering team
Responses
200 OK
statusintegerint32Response code
messagestringResponse message
timestampintegerunix-timestampResponse time
dataobjectobject fields β
predefined_action_groupsarray<object>array item 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.