Skip to documentation
GenHealth integration

Send Deduplicated Email Attachment Batches

Perform Send Deduplicated Email Attachment Batches through GenHealth.

View as Markdown
send_deduplicated_email_attachment_batches
write

Inputs

  • write_enabled
    boolean
    Write Enabled

    Optional true-or-false value.

    Default: false

  • preconditions_ok
    expression
    Preconditions Ok

    Optional literal value or workflow expression.

  • delivery_scope
    text
    Delivery Scope

    Optional text value.

  • items
    expression
    Items

    Optional literal value or workflow expression.

  • attach_documents
    boolean
    Attach Documents

    Optional true-or-false value.

    Default: true

  • group_email
    text
    Group Email

    Optional text value.

  • to
    text
    To

    Optional text value.

  • cc
    text
    Cc

    Optional text value.

  • subject
    text
    Subject

    Optional text value.

  • intro
    textarea
    Intro

    Optional text value.

  • intro_html
    textarea
    Intro Html

    Optional text value.

  • link_label
    text
    Link Label

    Optional text value.

    Default: "open item"

  • count_suffix_templates
    textarea
    Count Suffix Templates

    Optional text value.

  • count_notice_templates
    textarea
    Count Notice Templates

    Optional text value.

  • from_email
    text
    From Email

    Optional text value.

  • max_serialized_message_bytes
    number
    Max Serialized Message Bytes

    Optional numeric value.

    Default: 20971520

  • max_attachments_per_email
    number
    Max Attachments Per Email

    Optional numeric value.

    Default: 20

Outputs

  • successSuccess
  • skippedSkipped
  • skip_reasonSkip Reason
  • candidate_countCandidate Count
  • suppressed_countSuppressed Count
  • claimed_countClaimed Count
  • sent_item_countSent Item Count
  • message_countMessage Count
  • message_idsMessage Ids
  • indeterminate_countIndeterminate Count
  • manual_reconciliation_countManual Reconciliation Count
  • oversized_countOversized Count
  • errorError

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
}
View all GenHealth actions