Givebutter

#1 rated, world's first free fundraising platform powering $150M+ in donations annually for thousands of good causes. đź’›

Go to site
Explore
/
Apps
/
Givebutter

Givebutter API Integrations

Build and run workflows using the Givebutter API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With the Givebutter API, you can build a variety of applications that can help you raise money for your cause. Here are some examples:

  • A donation form that allows people to donate to your cause easily
  • A fundraising thermometer that shows how close you are to your fundraising goal
  • A social media campaign that encourages people to donate to your cause
  • A crowdfunding campaign that allows people to support your cause financially
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    givebutter: {
      type: "app",
      app: "givebutter",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.givebutter.com/v1/contacts`,
      headers: {
        Authorization: `Bearer ${this.givebutter.$auth.api_key}`,
        "Accept": `application/json`,
      },
    })
  },
})

Authentication

Givebutter uses API keys for authentication. When you connect your Givebutter account, Pipedream securely stores the keys so you can easily authenticate to Givebutter APIs in both code and no-code steps.

To retrieve your API Key,

  • Navigate to your Givebutter account and sign in
  • Go to “Account Settings” > “Integrations”> “API”