HMAC signatures
Outbound webhooks are signed with HMAC-SHA256. Verify the signature on the receiver.
Feature
Pipe form data to any external service. Manage submissions programmatically via the WordPress REST API.
Part of Core Forms — every premium WordPress form feature in one plugin, one license, unlimited sites.
Two complementary integration surfaces. The Webhooks action POSTs the submission to any URL with a JSON or form-encoded payload and HMAC-signed headers for verification. The REST API exposes every form, submission and setting under `/wp-json/cf/v1/` for external dashboards, exports, and mobile apps.
Outbound webhooks are signed with HMAC-SHA256. Verify the signature on the receiver.
Pick the payload shape your receiver expects.
List, read, update, delete submissions via WordPress Application Passwords.
Failed webhook deliveries are retried with exponential backoff.
curl -u "user:applicationpassword" \
"https://example.com/wp-json/cf/v1/submissions?form_id=42&per_page=20" Subscribe form users to lists, push to CRMs, post to Slack/Discord, drop into Notion or Airtable, fire Zapier or Make.
Render and submit forms from Astro, Next.js or any non-WordPress site. Site-wide API key + drop-in widget.
Use {{user.email}}, [field_name], {{post.ID}} and URL params in forms, emails, redirects and webhooks.
Webhooks & REST API — and every other feature on this site — is included with your license.
Use code CFLAUNCH for 20% off either plan.