Givebutter

Givebutter is a fundraising platform that offers a free, open, and public API for developers to manage campaigns, track donations, and engage with supporters.

58 actions Integration catalog
Request access
Connect Givebutter once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add Contact TagsGIVEBUTTER_ADD_CONTACT_TAGS
Tool to add tags to a contact by contact ID. Use when you need to categorize or label contacts with specific tags.
Add Household ContactGIVEBUTTER_ADD_HOUSEHOLD_CONTACT
Tool to add a contact to a household. Use when you have both a household ID and contact ID to associate them together.
Archive ContactGIVEBUTTER_ARCHIVE_CONTACT
Tool to archive a contact by their ID. Use after ensuring the contact has no associated data (e.g., no transactions or communications). Example: "Archive contact abc123".
Create CampaignGIVEBUTTER_CREATE_CAMPAIGN
Tool to create a new campaign. Use when you have title, description, goal, and type ready, after confirming your Givebutter account is authenticated.
Create Campaign TicketGIVEBUTTER_CREATE_CAMPAIGN_TICKET
Tool to create a campaign ticket for events or fundraisers. Use when you need to add ticket options to a campaign with pricing and inventory details.
Create ContactGIVEBUTTER_CREATE_CONTACT
Tool to create a new contact in Givebutter. Use when you need to add a new contact with first name, last name, and optionally email, phone, and other details.
Create Contact ActivityGIVEBUTTER_CREATE_CONTACT_ACTIVITY
Tool to create a contact activity (e.g., note). Use when you need to log an activity for a contact. Requires contact ID and activity details.
Create Discount CodeGIVEBUTTER_CREATE_DISCOUNT_CODE
Tool to create a discount code for a campaign. Use when you need to provide promotional pricing or discounts for campaign items.
Create FundGIVEBUTTER_CREATE_FUND
Tool to create a new fund. Use when you need to create a fund with a name and optional code.
Create HouseholdGIVEBUTTER_CREATE_HOUSEHOLD
Tool to create a new household in Givebutter. Use when you need to group related contacts under a single household entity.
Create TransactionGIVEBUTTER_CREATE_TRANSACTION
Tool to create a new transaction for a campaign. Use when you need to record a donation or payment, typically for offline transactions like cash or check payments.
Create WebhookGIVEBUTTER_CREATE_WEBHOOK
Tool to create a new webhook subscription. Use when you need to receive real-time notifications programmatically after confirming your endpoint can validate Givebutter's signing secret.
Delete CampaignGIVEBUTTER_DELETE_CAMPAIGN
Tool to delete a campaign by its ID. Use after confirming the campaign has no funds raised. Example: "Delete campaign abc123".
Delete Contact ActivityGIVEBUTTER_DELETE_CONTACT_ACTIVITY
Tool to delete a contact activity by contact ID and activity ID. Use when you need to remove a specific activity from a contact's record.
Delete Discount CodeGIVEBUTTER_DELETE_DISCOUNT_CODE
Tool to delete a discount code from a campaign. Use when you need to remove a discount code after confirming it exists.
Delete FundGIVEBUTTER_DELETE_FUND
Tool to delete a fund by its ID. Use when you need to remove a fund after confirming it exists. Example: "Delete fund fund_abc123".
Delete HouseholdGIVEBUTTER_DELETE_HOUSEHOLD
Tool to delete a household by its ID. Use after confirming the household exists and has no associated data. Example: "Delete household 1007067".
Delete WebhookGIVEBUTTER_DELETE_WEBHOOK
Tool to delete a webhook by its ID. Use when you need to remove an obsolete webhook after confirming no further events are needed. Example: "Delete webhook abc123".
Get CampaignGIVEBUTTER_GET_CAMPAIGN
Tool to retrieve details for a specific campaign by its ID or code. Use when you need to fetch campaign information, check status, or get fundraising progress.
Get Campaign TicketGIVEBUTTER_GET_CAMPAIGN_TICKET
Tool to retrieve a specific campaign ticket by campaign ID and ticket ID. Use when you need details about a specific ticket item within a campaign.
Get ContactGIVEBUTTER_GET_CONTACT
Tool to retrieve details of a specific contact by ID. Use after confirming the contact ID is valid.
Get Contact ActivityGIVEBUTTER_GET_CONTACT_ACTIVITY
Tool to retrieve a specific contact activity by contact ID and activity ID. Use when you need detailed information about a particular activity for a contact.
Get Discount CodeGIVEBUTTER_GET_DISCOUNT_CODE
Tool to retrieve details of a specific discount code for a campaign. Use when you need to view discount code information.
Get FundGIVEBUTTER_GET_FUND
Tool to retrieve details of a specific fund by its ID. Use after confirming the fund ID is valid.
Get HouseholdGIVEBUTTER_GET_HOUSEHOLD
Tool to retrieve details of a specific household by its ID. Use when you need information about a household including its contacts.
Get MembersGIVEBUTTER_GET_MEMBERS
Tool to retrieve a paginated list of members for a given campaign. Use when you need to list or process campaign members.
Get PayoutsGIVEBUTTER_GET_PAYOUTS
Tool to retrieve a list of payouts associated with your account. Use when you need to list withdrawal transactions after authentication.
Get PlansGIVEBUTTER_GET_PLANS
Tool to retrieve a list of plans associated with your account. Use after authentication to fetch recurring donation plans. Returns only plans scoped to the authenticated account; cross-account retrieval is not supported. An empty array is a valid response indicating no recurring plans exist. If paginated, iterate all pages to retrieve the full plan set.
Get TeamsGIVEBUTTER_GET_TEAMS
Tool to retrieve a list of teams for a specific campaign. Use after creating or updating a campaign when you need to list fundraising teams. Example: "Get teams for campaign camp123".
Get TicketsGIVEBUTTER_GET_TICKETS
Tool to retrieve a list of tickets. Use when you need to list all tickets for your account after authentication.
Get TransactionsGIVEBUTTER_GET_TRANSACTIONS
Tool to retrieve a list of transactions associated with your account. Use when you need to list all donations and payments, optionally filtered by scope.
Get WebhookGIVEBUTTER_GET_WEBHOOK
Tool to retrieve a specific webhook by its ID. Use when you need details about a single webhook subscription.
Get Webhook ActivityGIVEBUTTER_GET_WEBHOOK_ACTIVITY
Tool to retrieve a specific webhook activity by its ID. Use when you need detailed information about a single webhook delivery event.
Get WebhooksGIVEBUTTER_GET_WEBHOOKS
Tool to retrieve all webhooks configured for your account. Use after obtaining valid authentication.
List CampaignsGIVEBUTTER_LIST_CAMPAIGNS
Tool to retrieve a paginated list of campaigns for the authenticated account. Use when you need to list all campaigns.
List Campaign TicketsGIVEBUTTER_LIST_CAMPAIGN_TICKETS
Tool to retrieve a list of all campaign tickets for a specific campaign. Use when you need to list tickets available for a campaign.
List Contact ActivitiesGIVEBUTTER_LIST_CONTACT_ACTIVITIES
Tool to retrieve all activities for a specific contact. Use when you need to view the activity history of a contact, optionally filtered by activity type.
List ContactsGIVEBUTTER_LIST_CONTACTS
Tool to retrieve a paginated list of contacts from your Givebutter account. Use when you need to list all contacts with optional filtering by type, date ranges, contribution amounts, tags, or sorting preferences.
List Discount CodesGIVEBUTTER_LIST_DISCOUNT_CODES
Tool to list all discount codes for a campaign. Use when you need to retrieve all active and inactive discount codes associated with a specific campaign.
List FundsGIVEBUTTER_LIST_FUNDS
Tool to list all funds in your Givebutter account. Returns paginated results with up to 20 funds per page. Use when you need to retrieve multiple funds or browse all available funds.
List Household ContactsGIVEBUTTER_LIST_HOUSEHOLD_CONTACTS
Tool to retrieve all contacts associated with a household. Use when you need to list contacts for a specific household ID.
List HouseholdsGIVEBUTTER_LIST_HOUSEHOLDS
Tool to retrieve a list of all households in your account. Use when you need to view or manage household groups and their associated contacts.
List MessagesGIVEBUTTER_LIST_MESSAGES
Tool to retrieve a paginated list of messages. Use when you need to list messages sent through your Givebutter account. Returns paginated results; use the page parameter to navigate through pages.
List PledgesGIVEBUTTER_LIST_PLEDGES
Tool to retrieve a paginated list of all pledges. Use when you need to list pledges with optional pagination support.
List Webhook ActivitiesGIVEBUTTER_LIST_WEBHOOK_ACTIVITIES
Tool to list all webhook activities for a specific webhook. Use when you need to retrieve activity logs for a webhook subscription.
Remove Contact TagsGIVEBUTTER_REMOVE_CONTACT_TAGS
Tool to remove tags from a contact in Givebutter. Use when you need to disassociate specific tags from a contact record. Requires the contact ID and a list of tag names to remove.
Restore ContactGIVEBUTTER_RESTORE_CONTACT
Tool to restore a deleted contact by contact ID. Use when you need to recover a contact that was previously deleted.
Sync Contact TagsGIVEBUTTER_SYNC_CONTACT_TAGS
Tool to sync tags for a contact. Replaces all existing tags with the specified tags. Use when you need to update the complete tag list for a contact.
Update CampaignGIVEBUTTER_UPDATE_CAMPAIGN
Tool to update an existing campaign's details by its ID. Use when you need to modify campaign attributes after creation.
Update Campaign (PUT)GIVEBUTTER_UPDATE_CAMPAIGN_PUT
Tool to update a campaign using PUT method. Use when you need to update campaign details like title, description, goal, or other attributes.
Update ContactGIVEBUTTER_UPDATE_CONTACT
Tool to update an existing contact's details by contact ID. Use when modifying contact information after confirming the contact_id. Only provided fields will be updated.
Update Contact ActivityGIVEBUTTER_UPDATE_CONTACT_ACTIVITY
Tool to update a contact activity by contact ID and activity ID. Use when modifying an existing contact activity record.
Update Contact (PUT)GIVEBUTTER_UPDATE_CONTACT_PUT
Tool to update a contact using PUT method. Use when you need to update contact information by contact ID.
Update Discount CodeGIVEBUTTER_UPDATE_DISCOUNT_CODE
Tool to update an existing discount code for a campaign. Use when you need to modify discount code details such as amount, expiration, or usage limits.
Update FundGIVEBUTTER_UPDATE_FUND
Tool to update a fund's details by its ID. Use when you need to modify fund attributes such as name or code.
Update HouseholdGIVEBUTTER_UPDATE_HOUSEHOLD
Tool to update an existing household's details by its ID. Use when you need to modify household information after confirming the household_id.
Update WebhookGIVEBUTTER_UPDATE_WEBHOOK
Tool to update an existing webhook subscription's details. Use when you need to modify a webhook's name, URL, trigger events, or enabled state after confirming its ID. Example: "Update webhook wh_1234567890 to point to https://example.com/hook, enable transaction.succeeded only."
Update Webhook (PUT)GIVEBUTTER_UPDATE_WEBHOOK_PUT
Tool to update a webhook using PUT method (full replacement). Use when you need to completely replace a webhook's configuration.