# Raisely AI integration on Definable

> Raisely is a fundraising platform that enables organizations to create and manage online fundraising campaigns.

## What this connects

Raisely is a fundraising platform that enables organizations to create and manage online fundraising campaigns.

Vendor: https://raisely.com/

## Tools available

**61** tools available. First 12:

- `RAISELY_CHECK_PROFILE_URL` — 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.
- `RAISELY_CHECK_USER` — 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.
- `RAISELY_CREATE_CAMPAIGN` — 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.
- `RAISELY_CREATE_DONATION` — 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.
- `RAISELY_CREATE_EXERCISE_LOG` — 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.
- `RAISELY_CREATE_INTERACTION` — 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.
- `RAISELY_CREATE_POST` — Create Post — Create a new post in Raisely. Use when you need to add a blog post or update to a profile or campaign.
- `RAISELY_CREATE_PROMO_CODE` — 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.
- `RAISELY_CREATE_WEBHOOK` — Create Webhook — Tool to add a new webhook to your Raisely account. Use when you need to subscribe to event notifications. By default, webhooks trigger for events across all campaigns unless a specific campaignUuid is provided.
- `RAISELY_DELETE_EXERCISE_LOG` — Delete Exercise Log — Tool to delete an exercise log from Raisely. Use when you need to remove a specific exercise log record by its UUID. Returns the deleted exercise log data for confirmation.
- `RAISELY_DELETE_INTERACTION` — Delete Interaction — Tool to delete an existing custom interaction from Raisely. Use when you need to remove a custom interaction by its UUID. Cannot delete system-generated or read-only interactions.
- `RAISELY_DELETE_POST` — Delete Raisely Post — Tool to delete a post from the Raisely platform. Use when you need to permanently remove a blog post by its path or UUID. Returns the deleted post record upon successful deletion.

## Auth

Auth schemes: `API_KEY`.

## How agents use Raisely

Inside a Definable workflow, Raisely is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Raisely** — the Researcher (GPT-5.5) pulls context from Raisely (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Raisely** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Raisely (create record, post message, draft email).
- **Designer / Engineer → Distributor → Raisely** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Raisely (attach file, open PR comment, post status).

The Verifier checks every Raisely call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- fundraising — https://definable.ai/apps/category/fundraising/

## Related

- HTML page: https://definable.ai/apps/raisely/
- Same category (fundraising): https://definable.ai/apps/category/fundraising/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
