Raisely icon

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 Token

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.

Check Profile URL Availability

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.

Check User Registration

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.

Create Campaign

Tool to create a new campaign in Raisely. Use when you need to create a new fundraising campaign or clone an existing one.

Create Exercise Log

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.

Create Interaction

Tool to create a new interaction in Raisely. Use when you need to record an interaction event. Either categoryUuid or categoryPath must be provided.

Create Offline Donation

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 Post

Create a new post in Raisely. Use when you need to add a blog post or update to a profile or campaign.

Create Promo Code

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 User

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.