- Read Display Condition Capabilities
Add Email Button
Add Email Divider
Add Email Heading
Add Email Custom HTML
Add Email Icons
Add Email Image
Add Email List
Add Email Menu
Add Email Paragraph
Add Email Row
Add Email Social Links
Add Email Spacer
Add Email Table
Add Email Text
Add Email Video
Bind Row To Display Condition
Get Email
Read Display Conditions
Search Email Social Icons
Move Email Block
Preview Email
Preview Email Template
Publish Email Content
Remove Email Block
Import Email Content From A Document
Copy Email Content
Import Email Content From HTML
Apply Design To Email
Search Email Templates
Write Email Block Style
Write Email Button
Write Email Button Look
Write Email Column Style
Write Display Condition
Write Email Divider Line
Write Email Icons
Write Email Image
Write Email Menu
Write Email Page Style
Write Email Row Style
Write Email Social Links
Write Email Spacer Height
Write Email Table
Write Email Text
Write Email Video
Check Email Content
Read Display Condition Ca...
Tool name: get-email-editor-display-condition-capabilities
Reads what a display condition may say in one account -- the vocabulary behind "dynamic content", where a row is shown only to the contacts a condition selects. Without conditionTypes it answers the catalogue alone: every kind of condition, such as manual tag, SmartLink, automation or newsletter. With conditionTypes it adds, for those kinds, the comparisons they allow, this account's own entities with the smart-tag field per action, the actions and the timeframes -- the exact values update-email-editor-display-condition takes as condition, entity, action and timeframe. Entities are cut at 200 per kind and entityCount says how many there are. Reads only.
Input example
{ "conditionTypes": null, "accountId": null }
Output example
{ "accountId": 0, "conditionTypes": [ { "conditionType": "string", "label": "string", "group": "string" } ], "details": [ { "conditionType": "string", "conditions": [ { "condition": "string", "label": "string", "op": "string", "needsEntity": true } ], "entities": [ { "entity": 0, "label": "string", "actionFields": {} } ], "entityCount": 0, "actions": [ { "action": "string", "label": "string" } ], "timeframes": [ { "timeframe": "string", "label": "string", "value": 0 } ] } ] }