API Reference / Predefined Actions
GET
/predefined_actions Get the list of predefined actions (for the logged API user's account)
Returns the account's predefined actions — reusable next-action templates, each with the text to apply and a days offset used to calculate the due date. Actions that belong to a group are included, and carry that group's action_group_id.
Responses
200 OK
statusintegerint32Response code
messagestringResponse message
timestampintegerunix-timestampResponse time
dataobjectobject fields →
predefined_actionsarray<object>array item 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.