---
title: "URL Query Parameters"
description: "Append static or payload-resolved query parameters to the endpoint URL at dispatch time."
url: "https://wpwebhooks.org/docs/url-query-params/"
---

[WP Webhooks](https://wpwebhooks.org/) / [Docs](https://wpwebhooks.org/docs/) / URL Query Parameters

Feature since v1.9.0

# URL Query Parameters

Append static or payload-resolved query parameters to the endpoint URL at dispatch time.

Configure key/value query parameters per webhook. Parameter values support dot-notation paths resolved against the outgoing payload. For GET and DELETE requests, query parameters are the primary payload transport. The fully resolved URL (including all params) is stored in delivery logs.

/ Related

[Custom Request Headers](https://wpwebhooks.org/docs/custom-headers/)[Configurable HTTP Methods](https://wpwebhooks.org/docs/http-methods/)[Dynamic URL Templates](https://wpwebhooks.org/docs/dynamic-url-templates/)

/Ready

## Your next automation is  
one sentence away.

[Install Plugin→](https://wordpress.org/plugins/flowsystems-webhook-actions/) [See the Plugin →](https://wpwebhooks.org/wordpress-webhook-plugin/)

$ wp plugin install flowsystems-webhook-actions --activate

## Structured data

```json
{"@context":"https://schema.org","@type":"TechArticle","name":"URL Query Parameters — Feature — Webhook Actions Docs","description":"Append static or payload-resolved query parameters to the endpoint URL at dispatch time.","url":"https://wpwebhooks.org/docs/url-query-params/","isPartOf":{"@type":"WebSite","name":"WP Webhooks","url":"https://wpwebhooks.org"},"about":{"@type":"SoftwareApplication","name":"Webhook Actions","applicationCategory":"WordPress Plugin"}}
```
