Verify Follow-Up Fax
Perform Verify Follow-Up Fax through MyForms.
intake_verify_subsequent_faxwrite
Inputs
- Context Payload
context_payloadjsonOptional JSON value.
- Send Payload
send_payloadjsonOptional 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": {
"send_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
}