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.
Sign in to connect Raisely
Sign in to connect an account and start using Raisely in your apps.
Example Use Cases
These are example ways Snow can use Raisely when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Authenticate a token to confirm it's valid and check the logged-in user. Use to verify token validity, get the authenticated user's details, and find the organisation UUID for future requests.
Tool to verify if a profile URL is available for a given campaign and get suggestions if unavailable. Use when creating a new profile to ensure the desired URL path is not already taken, or to get alternative path suggestions.
Tool to check if a user is already registered to a campaign with a specific email address. Use when validating sign-up forms to prompt existing users to log in instead of creating duplicate accounts.
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 create a new exercise log in Raisely. Use when you need to record physical activity data for a user, such as running, cycling, or swimming. Requires userUuid and profileUuid.
Tool to create a new interaction in Raisely. Use when you need to record an interaction event. Either categoryUuid or categoryPath must be provided.
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 create a new promo code in Raisely. Use when you need to add discount codes for campaigns, create promotional offers, or set up limited-time discounts.
Create a new user in Raisely. Fails if a user with the same email already exists. Use for adding new users to your organization's user database.