About Zapier
How to connect our Zapier Private Key
Julie
Last Update há 4 dias
What is an API Key?
An API key (short for Application Programming Interface) is a unique identifier that allows a third-party application, like Zapier, to connect to your Fundky organization.
Think of it as a secret password between two systems. It allows Fundky and Zapier to automatically exchange data — such as your donations, members, tickets, or teams — in a secure and automated way.
❗ Important: Keep this key private. It grants access to sensitive data such as donor names, emails, and more.
How to Get Your Fundky API Key for ZapierThe Fundky integration on Zapier is private, meaning it won't appear in the public Zapier search until you've been granted access.
Here’s how to get started:
Log into your Fundky organization dashboard.
Go to Settings > Zapier.
Click GENERATE to create your API key (if not already generated).
Send an email to [email protected] to request access to the private Fundky Zapier app.
Once access is granted, the Fundky app will be visible in your Zapier dashboard under My Apps.
How Does the Fundky Zapier API Work?Once the Fundky app is added to your Zapier account, you can:
Automate workflows when a new donation, member, ticket, or team is created in Fundky
Use one single API key for all your Fundky platforms
Sync frequency depends on your Zapier plan:
⏱️ 15 minutes (free plan)
⏱️ 2 minutes or even 1 minute (premium plans)
These are the types of data that Zapier can access through Fundky:
Donations:
Total amount, type, currency
Donor info: name, email, address, city, province, country, phone
Campaign, team, team captain
Date, anonymous flag, newsletter opt-in
Members:
First name, last name, email
Personal and professional address
Phone number, title, organization
Language and subscriptions
Teams:
Name, language, status
Captain info: name, email, alias
Tickets:
Buyer name, email
Ticket type, transaction ID
Dates: purchase, attendance
Payment method
- With Zapier, you can connect Fundky to hundreds of apps, such as:
Salesforce / Hubspot: Automatically create contacts when a donation is made
Google Sheets: Log donations in a spreadsheet
Slack: Receive notifications when new members register
Mailchimp: Add donors to your email list automatically
Gmail: Send a personalized thank-you message for each donation
Email us at [email protected] for technical support or help getting started with your Zapier automation.
Here’s what will be available through the Fundky Zapier Api :
/organizations/thirdparty/zapier/donations :
- id (hash MD5)
- uid
- transactionId
- amount :
- o total
- o donation
- o advantage
- currency
- type
- creationDate
- updateDate
- anonymous (1 or 0)
- newsletter :
- optIn
- language
- · paymentType
- · paymentProcessor
- · target :
- campaign :
- id
- name
- team :
- id
- name
- captain :
- id
- firstName
- lastName
- donorInformation :
- address
- city
- postalCode
- country
- province
- phone :
- number
- ext
- unit
- organization :
- title
- name
- honorific
- firstName
- lastName
- province
- campaign :
- id
- name
- team :
- id
- name
- captain :
- id
- firstName
- lastName
/organizations/thirdparty/zapier/members :
- id (hash MD5)
- uid
- honorific
- firstName
- lastName
- creationDate
- updateDate
- profiles :
- general :
- address
- city
- postalCode
- country
- province
- phone
- number
- ext
- unit
- work :
- address
- city
- postalCode
- country
- province
- phone :
- number
- ext
- unit
- organization :
- name
- title
- subscriptions :
- platform :
- url
- name
- newsletter :
- language
- optIn
/organizations/thirdparty/zapier/teams :
- id (hash MD5)
- uid
- name
- alias
- language
- status
- addedOn
- updatedOn
- confirmedOn
- captainId
- captainEmail
- captainHonorific
- captainName
- captainUsername
- captainAlias
/organizations/thirdparty/zapier/tickets :
- id
- parentId
- ticketId
- ticketNumber
- ticketName
- transactionId
- referenceId
- buyerName
- buyerEmail
- buyerTwitchUserId
- firstName
- lastName
- username
- addedOn
- updatedOn
- attendedOn
- paymentType
- processor