A modern platform & community for charitable giving. Contribute cash, stock/ETFs, or crypto, watch it grow tax-free, and donate to nearly any U.S. charity.
Go to siteThe Daffy API lets you drive charitable giving through its platform. With Pipedream, you can automate donations, manage donor data, and integrate charitable actions within your existing workflows. You can trigger actions based on diverse events, like donations or new user registrations, and connect with other apps to streamline and scale your impact.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
daffy: {
type: "app",
app: "daffy",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://public.daffy.org/v1/users/me`,
headers: {
"X-Api-Key": `${this.daffy.$auth.api_key}`,
},
})
},
})
Automate Acknowledgements for Donations: Create a workflow that detects new donations through the Daffy API, then triggers an email or a message via Twilio or SendGrid to thank the donor automatically. This builds strong relationships with donors by ensuring they're appreciated promptly.
Sync Donation Data with CRM: When a new donation is recorded on Daffy, use Pipedream to send that data to a CRM system like Salesforce or HubSpot. This keeps your donor records up-to-date and enables personalized outreach or future fundraising campaigns.
Trigger Corporate Gift Matching: Set up a workflow where you monitor for new donations on Daffy, then check with a service like Double the Donation to see if the donor’s employer matches gifts. If they do, automatically initiate the matching gift process, maximizing the donation's impact.
Daffy uses API keys for authentication. When you connect your Daffy account, Pipedream securely stores the keys so you can easily authenticate to Daffy APIs in both code and no-code steps.
To retrieve your API Key,