Tool Pipeline

A tool pipeline lets you chain several WoDeTool utilities so each step's output feeds the next — for example Base64 decode → JSON format → copy result. Configurations stay in your browser; no account required. Use pipelines for webhook debugging, API response cleanup, and other weekly repeat tasks.

  • Webhook debug chain: Base64 decode a webhook payload, format the JSON, then decode any JWT inside — save once and replay with one click.
  • Pre-release data check: JSON format → JSON Diff against a golden file → fix source data. Catch missing fields before release.

Prefer reading a walkthrough first? See our pipeline workflow guide. WoDeTool pipeline workflow guide