Name (singular): |
Bucket |
Name (plural): |
Buckets |
Alias (uri): |
bucket |
Identifier (ID): |
cerberusweb.contexts.bucket |
Records API
These fields are available in the Records API and packages:
Req’d |
Field |
Type |
Notes |
x |
group_id |
number |
The ID of the parent group containing this bucket |
|
is_default |
boolean |
Is this the default (inbox) bucket of the group? |
|
links |
links |
An array of record type:id tuples to link to. Prefix with - to unlink. |
x |
name |
text |
The name of this bucket |
|
reply_address_id |
number |
The ID of the email address used when sending replies from this bucket |
|
reply_html_template_id |
number |
The ID of the default mail template used when sending HTML mail from this bucket |
|
reply_personal |
text |
The default personal name in the From: of replies |
|
reply_signature_id |
number |
The ID of the default signature used when sending replies from this bucket |
|
reply_signing_key_id |
number |
The private key used when signing outgoing mail from this bucket |
|
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 |
group_ |
record |
Group |
id |
number |
Id |
is_default |
boolean |
Default |
name |
text |
Name |
record_url |
text |
Record Url |
reply_html_template_ |
record |
Email Template |
reply_personal |
text |
Send As |
reply_signature_ |
record |
Signature |
reply_signature_owner_ |
record |
Signature Owner |
reply_signing_key_ |
record |
Signing Key |
replyto_ |
record |
Send From |
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 bucket search queries:
Worklist Columns
These columns are available on bucket worklists:
Column |
Description |
b_group_id |
Group |
b_id |
Id |
b_is_default |
Default |
b_name |
Name |
b_reply_address_id |
Send From |
b_reply_html_template_id |
Email Template |
b_reply_personal |
Send As |
b_reply_signature_id |
Signature |
b_reply_signing_key_id |
Signing Key |
b_updated_at |
Updated |
cf_<id> |
Custom Field |