Name (singular): |
Automation Timer |
Name (plural): |
Automation Timers |
Alias (uri): |
automation_timer |
Identifier (ID): |
cerb.contexts.automation.timer |
Records API
These fields are available in the Records API and packages:
Req’d |
Field |
Type |
Notes |
|
automations_kata |
text |
|
|
created_at |
timestamp |
The date/time when this record was created |
|
is_disabled |
boolean |
|
|
is_recurring |
boolean |
|
|
last_ran_at |
timestamp |
|
|
links |
links |
An array of record type:id tuples to link to. Prefix with - to unlink. |
x |
name |
text |
The name of this automation timer |
|
next_run_at |
timestamp |
|
|
recurring_patterns |
text |
|
|
recurring_timezone |
text |
|
|
updated_at |
timestamp |
The date/time when this record was last modified |
Dictionary Placeholders
These placeholders are available in dictionaries for automations, snippets, and API responses:
Field |
Type |
Description |
_context |
text |
Record type extension ID |
_label |
text |
Label |
_type |
text |
Record type alias |
created_at |
date |
Created |
id |
number |
Id |
is_disabled |
boolean |
Disabled |
is_recurring |
boolean |
Is Recurring |
last_ran_at |
date |
Last Ran At |
name |
text |
Name |
next_run_at |
date |
Next Run At |
record_url |
text |
Record Url |
recurring_patterns |
text |
Recurring Patterns |
recurring_timezone |
text |
Timezone |
updated_at |
date |
Updated |
These optional placeholders are also available with key expansion in dictionaries and the API:
Search Query Fields
These filters are available in automation timer search queries:
Worklist Columns
These columns are available on automation timer worklists:
Column |
Description |
a_created_at |
Created |
a_id |
Id |
a_is_disabled |
Disabled |
a_is_recurring |
Is Recurring |
a_last_ran_at |
Last Ran At |
a_name |
Name |
a_next_run_at |
Next Run At |
a_recurring_patterns |
Recurring Patterns |
a_recurring_timezone |
Timezone |
a_updated_at |
Updated |
cf_<id> |
Custom Field |