For the complete documentation index, see llms.txt. This page is also available as Markdown.

Envelope

Envelope type — perform operations related to envelopes and their processing. Use it to find, fill, approve, delegate or initiate envelopes, resolve recipients, save or send envelopes, assign labels, and extract documents from envelopes.

envelope-flow-resolver

Replaces emails with auto-deposit mailboxes and checks if all mailboxes exist and are active.

{
  "type": "envelope-flow-resolver",
  "configSchema": "{\"$schema\":\"http://json-schema.org/draft-07/schema\",\"additionalProperties\":false,\"title\":\"Replaces emails with auto-deposit mailboxes and checks if all mailboxes exist and are active\",\"type\":\"object\",\"properties\":{\"envelope\":{\"format\":\"uuid\",\"description\":\"ID of the envelope in the mailbox\",\"type\":\"string\"},\"mailbox\":{\"format\":\"uuid\",\"description\":\"ID of the mailbox\",\"type\":\"string\"}},\"required\":[\"mailbox\",\"envelope\"]}",
  "multipleInput": false,
  "outputParam": []
}

envelope-initiator

Initiates an envelope using data from a source file.

{
  "type": "envelope-initiator",
  "configSchema": "{\"$schema\":\"http://json-schema.org/draft-07/schema\",\"additionalProperties\":false,\"title\":\"Initiates the envelope using data from the source file\",\"type\":\"object\",\"properties\":{\"envelope\":{\"format\":\"uuid\",\"description\":\"ID of the envelope in the mailbox\",\"type\":\"string\"},\"mailbox\":{\"format\":\"uuid\",\"description\":\"ID of the mailbox\",\"type\":\"string\"},\"map\":{\"description\":\"Template XPath to Source XPath/JsonPath mapping\",\"type\":\"object\"}},\"required\":[\"mailbox\",\"envelope\",\"map\"]}",
  "multipleInput": false,
  "outputParam": [
    "envelopeMetadata"
  ]
}

envelope-trigger

Finds envelopes using the configured envelope filters and provides the matching envelope and mailbox.

envelope-saver

Saves an envelope in the specified mailbox.

document-extractor

Extracts a specified document from an envelope.

envelope-approver

Approves an envelope in the specified mailbox.

envelope-label-assignee

Assigns a label to an envelope.

envelope-filler

Fills an envelope in the specified mailbox.

envelope-delegator

Delegates an envelope to another mailbox.

envelope-sender

Sends an envelope from the specified mailbox.

Last updated

Was this helpful?