API Reference / Predefined Actions
POST
/predefined_actions Create a new predefined action
Creates a predefined action template. text (max 140 characters) and days are required; text can embed placeholders like [first name] that are substituted when the action is applied to a contact.
Request body
idstringbson-idID of the predefined action
textstringrequiredDescription text of the predefined action
daysintegerint32requiredSuggested number of days until the action becomes due
Responses
201 Created
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.