Skip to documentation
MyForms integration

Prepare Follow-Up Fax Payload

Perform Prepare Follow-Up Fax Payload through MyForms.

View as Markdown
intake_prepare_subsequent_fax_payload
write

Inputs

  • context_payload
    json
    Context Payload

    Optional JSON value.

  • dedup_payload
    json
    Dedup Payload

    Optional JSON value.

Outputs

No named outputs are declared for this action.

Output schema completeness: unknown

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": {
    "dedup_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "context_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all MyForms actions