GivingFuel

The world’s simplest and most affordable donation platform, GivingFuel helps people and organizations fundraise to change the world.

Go to site
Explore
/
Apps
/
GivingFuel

GivingFuel API Integrations

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    givingfuel: {
      type: "app",
      app: "givingfuel",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.webconnex.com/v2/public/ping`,
      params: {
        apiKey: `${this.givingfuel.$auth.api_key}`,
      },
    })
  },
})

Authentication

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

To retrieve your API Key,

  • Navigate to your GivingFuel account and sign in
  • Go to “Extras” > “Integrations”