Keeping your Donations Updated with Zapier

Linking Donations to Integro Using HTTP POST

From with Zapier, create a new zap.

Give your zap a name:

Under triggers, select Donorbox, or your preferred donation platform. Select the event of a New or Updated Donation.

When a new Donation comes in, we are going to link it to using the Webhooks API, so search for Webhooks by Zapier. Choose the Custom Request option.

Based on the API Documentation, we will now enter the following settings:

Method: Post

URL: https://app.integrocrm.com/api/v1/donations/add-update-donation

Payload Type: json

Data Pass Through: True

Wrap Request in Array: No

Unflatten: Yes

Under the Headers section, add your API key:

Now whenever a new donation is added, Integro will be udpated. You can see this easily under the Donations tab at the top of Integro:

Last updated