Send Deduplicated Email Attachment Batches
Perform Send Deduplicated Email Attachment Batches through GenHealth.
send_deduplicated_email_attachment_batcheswrite
Inputs
- Write Enabled
write_enabledbooleanOptional true-or-false value.
Default:
false - Preconditions Ok
preconditions_okexpressionOptional literal value or workflow expression.
- Delivery Scope
delivery_scopetextOptional text value.
- Items
itemsexpressionOptional literal value or workflow expression.
- Attach Documents
attach_documentsbooleanOptional true-or-false value.
Default:
true - Group Email
group_emailtextOptional text value.
- To
totextOptional text value.
- Cc
cctextOptional text value.
- Subject
subjecttextOptional text value.
- Intro
introtextareaOptional text value.
- Intro Html
intro_htmltextareaOptional text value.
- Link Label
link_labeltextOptional text value.
Default:
"open item" - Count Suffix Templates
count_suffix_templatestextareaOptional text value.
- Count Notice Templates
count_notice_templatestextareaOptional text value.
- From Email
from_emailtextOptional text value.
- Max Serialized Message Bytes
max_serialized_message_bytesnumberOptional numeric value.
Default:
20971520 - Max Attachments Per Email
max_attachments_per_emailnumberOptional numeric value.
Default:
20
Outputs
successSuccessskippedSkippedskip_reasonSkip Reasoncandidate_countCandidate Countsuppressed_countSuppressed Countclaimed_countClaimed Countsent_item_countSent Item Countmessage_countMessage Countmessage_idsMessage Idsindeterminate_countIndeterminate Countmanual_reconciliation_countManual Reconciliation Countoversized_countOversized CounterrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"properties": {
"cc": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"to": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"intro": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "textarea"
},
"items": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"subject": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"from_email": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"intro_html": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "textarea"
},
"link_label": {
"type": "string",
"default": "open item",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"group_email": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"write_enabled": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"delivery_scope": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"attach_documents": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"preconditions_ok": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"count_notice_templates": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "textarea"
},
"count_suffix_templates": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "textarea"
},
"max_attachments_per_email": {
"type": "number",
"default": 20,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"max_serialized_message_bytes": {
"type": "number",
"default": 20971520,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"skipped": {},
"success": {},
"message_ids": {},
"skip_reason": {},
"claimed_count": {},
"message_count": {},
"candidate_count": {},
"oversized_count": {},
"sent_item_count": {},
"suppressed_count": {},
"indeterminate_count": {},
"manual_reconciliation_count": {}
},
"additionalProperties": true
}