 The Webhooks Dialog

The Webhooks Dialog can be opened by right-clicking on a named-paths group name
  1. Four states. There can be up to four webhook calls triggered by each run. These vertical tabs let you configure calls to webhooks on every run, those runs with errors, runs that resulted in the valid flag, and runs marked invalid.
  2. Endpoint. The full URL to the webhook.
  3. JSON body params. Webhooks are called using POST and passing a JSON body. The JSON is created as a dictionary of static parameter names pointing to static or dynamic values. Parameter values can come from csvpath metadata or csvpath variables using the form name|meta and name|var.
  4. Request headers. This list creates the headers for the webhook request.

Back to top

Copyright © 2025-2026 Atesta Analytics; CsvPath committers; D. Kershaw.