How to Send GiveWP Data to Webhook

Written by Nasir Ahmed
PublishedAugust 2, 2026
Reading time2 min read

Webhook is a integration platform. GiveWP handles a donation is made on your WordPress site. Webhook is where that data needs to go. Here is how to connect them without Zapier or code.

Why connect directly?

Cloud automation tools like Zapier charge per task and route your data through external servers. AFI processes everything on your WordPress site. No per-donation fees, no external dependencies.

What you will need

  • A WordPress site with GiveWP installed and configured.
  • A Webhook account.
  • The Advanced Form Integration plugin (free from WordPress.org).

Connect Webhook to AFI

Webhook uses OAuth 2.0 for authentication. In AFI → Settings → Webhook, click Authorize and grant access. This is a one-time step.

Setting up the integration

1. Create a new integration

Go to AFI → Add New. Name it GiveWP to Webhook.

2. Pick your trigger

Select GiveWP as the form provider. AFI fires when a donation is made, giving you access to donor name, email, donation amount, form ID, and payment method.

3. Select Webhook as the destination

Choose Webhook from the platform dropdown and pick Send Webhook. This sends an HTTP POST to a webhook URL.

4. Map fields

Match each Webhook field on the left to the corresponding GiveWP field on the right. Common mappings include donor name, email, donation amount, form ID, and payment method. You can also use smart tags like {{_submission_date}}.

5. Add conditions if needed

Only want to send certain records? Set up a conditional rule based on any field value.

6. Save and test

Click Save Integration. Trigger a test event in GiveWP. Check Webhook to confirm the data arrived. If anything looks wrong, open AFI → Log to see the exact request and response.

Free vs Pro

The free version maps any JSON payload to Webhook with unlimited records. Pro adds custom headers and authentication. No per-record fees on any plan.

Frequently asked questions

Which GiveWP events trigger the integration?

AFI fires when a donation is made. This covers new submissions and relevant status changes.

Will adding this slow down my site?

No. AFI sends data to the destination after the event completes. Your site performance is not affected.

Can I send data to multiple platforms?

Yes. Create a separate integration for each destination, and every record flows to all of them simultaneously.

Get started

Install Advanced Form Integration free from WordPress.org and connect GiveWP to Webhook in minutes.

Leave a Reply

Your email address will not be published. Required fields are marked *