Skip to documentation
Weave integration

Untag Fax (Weave)

Perform Untag Fax (Weave) through Weave.

View as Markdown
untag_weave_fax
writeweave

Inputs

  • fax_id
    text
    Fax Id

    Optional text value.

  • tag_ids
    text
    Tag Ids

    Optional text 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": {
    "fax_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "tag_ids": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all Weave actions