API Reference / Predefined Actions
GET
/predefined_actions/{predefined_action_id} Get a specific predefined action
Returns one predefined action template, including its text, days offset and the action_group_id of the group it belongs to. Passing a group's ID here returns not-found β use the predefined action groups endpoint for those.
Maintained by the OnePageCRM engineering team
Path parameters
| Name | Type | Description |
|---|---|---|
predefined_action_id req | string | Predefined Action ID |
Responses
200 OK
statusintegerint32Response code
messagestringResponse message
timestampintegerunix-timestampResponse time
dataobjectobject fields β
predefined_actionobjectTemplate actions users may use frequently in their sales process. Referred to as 'Saved Actions' in the web application.
object fields β
idstringbson-idID of the predefined action
textstringrequiredDescription text of the predefined action
daysintegerint32requiredSuggested number of days until the action becomes due
Standard error responses: 400 Β· 401 Β· 403 Β· 404 Β· 409 Β· 500 β shared across the API. See Errors.