Skip to documentation
Weave integration

Tag Fax By Name (Weave)

Perform Tag Fax By Name (Weave) through Weave.

View as Markdown
tag_weave_fax_by_name
writeweave

Inputs

  • fax_id
    expressionrequired
    Fax Id

    Required literal value or workflow expression.

  • tag_name
    textrequired
    Tag Name

    Required text value.

Outputs

  • successSuccess
  • fax_idFax Id
  • tag_nameTag Name
  • tag_idTag Id
  • tags_addedTags Added
  • errorError

Output schema completeness: best_effort_declared

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",
  "required": [
    "fax_id",
    "tag_name"
  ],
  "properties": {
    "fax_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "tag_name": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "fax_id": {},
    "tag_id": {},
    "success": {},
    "tag_name": {},
    "tags_added": {}
  },
  "additionalProperties": true
}
View all Weave actions