| Name (singular): |
Email Signature |
| Name (plural): |
Email Signatures |
| Alias (uri): |
email_signature |
| Identifier (ID): |
cerberusweb.contexts.email.signature |
Records API
These fields are available in the Records API and packages:
| Req'd |
Field |
Type |
Notes |
| |
links |
links |
An array of record type:id tuples to link to. Prefix with - to unlink. |
| x |
name |
text |
The name of this email signature |
| x |
owner__context |
context |
The record type of this email signature's owner: app, role, group, or worker |
| |
owner_id |
number |
The ID of this email signature's owner |
| x |
signature |
text |
The template of the signature |
| |
signature_html |
text |
The HTML template of the signature |
| |
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 |
id |
number |
Id |
name |
text |
Name |
owner_ |
record |
Owner |
record_url |
text |
Record Url |
signature |
text |
Signature |
signature_html |
text |
Signature (Html) |
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 email signature search queries:
Worklist Columns
These columns are available on email signature worklists:
| Column |
Description |
*_owner |
Owner |
cf_<id> |
Custom Field |
e_id |
Id |
e_name |
Name |
e_signature |
Signature |
e_updated_at |
Updated |