---
title: "Custom Request Headers"
description: "Add static or payload-resolved key/value headers sent with every delivery."
url: "https://wpwebhooks.org/docs/custom-headers/"
---

[WP Webhooks](https://wpwebhooks.org/) / [Docs](https://wpwebhooks.org/docs/) / Custom Request Headers

Feature since v1.9.0

# Custom Request Headers

Add static or payload-resolved key/value headers sent with every delivery.

Define any number of custom headers per webhook. Header values support dot-notation paths that are resolved against the outgoing payload at dispatch time — useful for injecting auth tokens, IDs, or any dynamic value. Custom headers are stored in the delivery log.

/ Related

[fswa\_headers](https://wpwebhooks.org/docs/fswa-headers/)[Configurable HTTP Methods](https://wpwebhooks.org/docs/http-methods/)[URL Query Parameters](https://wpwebhooks.org/docs/url-query-params/)

/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":"Custom Request Headers — Feature — Webhook Actions Docs","description":"Add static or payload-resolved key/value headers sent with every delivery.","url":"https://wpwebhooks.org/docs/custom-headers/","isPartOf":{"@type":"WebSite","name":"WP Webhooks","url":"https://wpwebhooks.org"},"about":{"@type":"SoftwareApplication","name":"Webhook Actions","applicationCategory":"WordPress Plugin"}}
```
