Raisely
Online fundraising platform for campaigns, offline donations, registrations, exercise logs, profile URLs, and supporter pages.
Covers nonprofits running fundraisers that create campaigns, record offline donations, check URL availability for supporter pages, and log fitness activities.
Example Use Cases
These are the Raisely actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.
Tool to create a new campaign in Raisely. Use when you need to create a new fundraising campaign or clone an existing one.
Tool to record an offline donation in Raisely. Use when recording donations that were processed externally (outside of Raisely's payment flow). These donations are marked with type=OFFLINE to indicate they were processed elsewhere.
Create a new post in Raisely. Use when you need to add a blog post or update to a profile or campaign.
Tool to retrieve a specific campaign from Raisely. Use when you need to get details for a single campaign by UUID, path, or domain.
Retrieves a specific fundraising profile from Raisely by UUID or path. Use this tool to get detailed information about an individual, team, or organisation profile including fundraising totals, activity metrics, goals, and associated user information. Set private=true to access private custom fields when authenticated with proper permissions.
Tool to retrieve a specific user from Raisely by UUID. Use when you need detailed information about a single user including their contact details, admin status, and custom fields.
Tool to retrieve donations from a specific campaign in Raisely. Returns a paginated list of donations in descending order by creation date (most recent first) unless otherwise specified. Use this when you need to view donation history, track fundraising progress, or analyze donor patterns for a campaign.
Tool to invalidate the current user's token and log out. Use when ending an authenticated Raisely session to ensure the token is invalidated.
Retrieve donations from Raisely. Returns a paginated list of all donations in descending order of creation time (unless specified otherwise). Use this to view donation history, analyze giving patterns, or track specific donations by status, campaign, or user. Supports extensive filtering and sorting options.
Tool to update an existing campaign in Raisely. Use when you need to modify campaign settings like name, goal, mode, or custom fields. The campaign can be identified by its UUID, path, or domain. Only provide the fields you want to update.