---
title: "Developer Extensibility"
description: "16 filters and 6 action hooks let you customize every aspect of dispatch, payload, headers, and retry behavior."
url: "https://wpwebhooks.org/docs/developer-extensibility/"
---

[WP Webhooks](https://wpwebhooks.org/) / [Docs](https://wpwebhooks.org/docs/) / Developer Extensibility

Feature since v1.0.0

# Developer Extensibility

16 filters and 6 action hooks let you customize every aspect of dispatch, payload, headers, and retry behavior.

The plugin's internal dispatch pipeline is fully extensible via WordPress filters and actions. Customize dispatch conditions, payload shape, request headers, URL rewriting, HTTP timeouts and arguments, retry count and delay, queue batch size, trigger discovery, and webhook data serialization.

## Filters

`fswa_should_dispatch`, `fswa_payload`, `fswa_webhook_payload`, `fswa_webhook_url`, `fswa_headers`, `fswa_http_args`, `fswa_http_timeout`, `fswa_http_connect_timeout`, `fswa_max_attempts`, `fswa_backoff_delay`, `fswa_queue_batch_size`, `fswa_require_https`, `fswa_capture_payload`, `fswa_normalize_object`, `fswa_available_triggers`, `fswa_webhook_data`.

## Actions

`fswa_success`, `fswa_error`, `fswa_skipped`, `fswa_webhook_response`, `fswa_glue_post_dispatch`, `fswa_webhook_saved`.

/ Related

[fswa\_should\_dispatch](https://wpwebhooks.org/docs/fswa-should-dispatch/)[fswa\_payload](https://wpwebhooks.org/docs/fswa-payload/)[fswa\_webhook\_payload](https://wpwebhooks.org/docs/fswa-webhook-payload/)[fswa\_headers](https://wpwebhooks.org/docs/fswa-headers/)

/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":"Developer Extensibility — Feature — Webhook Actions Docs","description":"16 filters and 6 action hooks let you customize every aspect of dispatch, payload, headers, and retry behavior.","url":"https://wpwebhooks.org/docs/developer-extensibility/","isPartOf":{"@type":"WebSite","name":"WP Webhooks","url":"https://wpwebhooks.org"},"about":{"@type":"SoftwareApplication","name":"Webhook Actions","applicationCategory":"WordPress Plugin"}}
```
