Skip to documentation
GMail integration

Verify Authenticated Gmail Ingress

Perform Verify Authenticated Gmail Ingress through GMail.

View as Markdown
gmail_verify_authenticated_ingress
write

Inputs

  • message_id
    expressionrequired
    Message Id

    Required literal value or workflow expression.

  • allowed_senders
    json
    Allowed Senders

    Optional JSON value.

  • allowed_forwarders
    json
    Allowed Forwarders

    Optional JSON value.

  • allow_direct
    boolean
    Allow Direct

    Optional true-or-false value.

    Default: false

  • test_auto_forward_route
    json
    Test Auto Forward Route

    Optional JSON value.

Outputs

  • successSuccess
  • acceptedAccepted
  • ingress_typeIngress Type
  • reason_codeReason Code
  • provenanceProvenance
  • trusted_route_idTrusted Route Id
  • has_attachmentHas Attachment
  • accepted_countAccepted Count
  • rejected_unverified_countRejected Unverified Count
  • chatter_countChatter Count
  • accepted_with_attachment_countAccepted With Attachment Count
  • retryableRetryable
  • errorError
  • error_messageError Message
  • error_codeError Code

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",
  "required": [
    "message_id"
  ],
  "properties": {
    "message_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "allow_direct": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "allowed_senders": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "allowed_forwarders": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "test_auto_forward_route": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "accepted": {},
    "retryable": {},
    "error_code": {},
    "provenance": {},
    "reason_code": {},
    "ingress_type": {},
    "chatter_count": {},
    "error_message": {},
    "accepted_count": {},
    "has_attachment": {},
    "trusted_route_id": {},
    "rejected_unverified_count": {},
    "accepted_with_attachment_count": {}
  },
  "additionalProperties": true
}
View all GMail actions