Skip to documentation
MyForms integration

Read Workflow Note

Perform Read Workflow Note through MyForms.

View as Markdown
intake_read_workflow_note
read

Inputs

  • context_payload
    json
    Context Payload

    Optional JSON value.

  • account_key
    text
    Account Key

    Optional text value.

  • blocker_payload
    json
    Blocker Payload

    Optional JSON value.

  • document_payload
    json
    Document Payload

    Optional JSON value.

Outputs

No named outputs are declared for this action.

Output schema completeness: unknown

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "properties": {
    "account_key": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "blocker_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "context_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "document_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all MyForms actions