Raisely
Fundraising campaigns, donor profiles, donations, recurring giving, receipts, and webhooks.
Tools
| Name | Description |
|---|---|
list_campaignsList Raisely campaigns. | List Raisely campaigns. |
get_campaignGet one Raisely campaign. | Get one Raisely campaign. |
create_campaignCreate or clone a Raisely campaign. | Create or clone a Raisely campaign. |
update_campaignUpdate a Raisely campaign. | Update a Raisely campaign. |
delete_campaignDelete a Raisely campaign. | Delete a Raisely campaign. |
restore_campaignRestore a deleted Raisely campaign. | Restore a deleted Raisely campaign. |
register_campaign_participantRegister a user and create a fundraising profile, team membership, donation, or registration fee in one Raisely workflow. | Register a user and create a fundraising profile, team membership, donation, or registration fee in one Raisely workflow. |
list_campaign_donationsList donations for one Raisely campaign. | List donations for one Raisely campaign. |
list_campaign_subscriptionsList recurring donation subscriptions for one Raisely campaign. | List recurring donation subscriptions for one Raisely campaign. |
get_campaign_profileGet the top-level campaign profile for a Raisely campaign. | Get the top-level campaign profile for a Raisely campaign. |
list_profilesList fundraising profiles for a campaign. | List fundraising profiles for a campaign. |
get_profileGet one fundraising profile. | Get one fundraising profile. |
update_profileUpdate a fundraising profile. | Update a fundraising profile. |
archive_profileArchive a fundraising profile. | Archive a fundraising profile. |
join_profileJoin a fundraising profile to a parent/team profile. | Join a fundraising profile to a parent/team profile. |
leave_profile_teamMove a fundraising profile out of its team and back to the campaign profile. | Move a fundraising profile out of its team and back to the campaign profile. |
list_profile_membersList members of a team fundraising profile. | List members of a team fundraising profile. |
add_profile_memberCreate a member under a parent/team fundraising profile. | Create a member under a parent/team fundraising profile. |
list_profile_donationsList donations for one Raisely fundraising profile. | List donations for one Raisely fundraising profile. |
list_profile_postsList posts for one Raisely fundraising profile. | List posts for one Raisely fundraising profile. |
list_donationsList donations with explicit pagination. | List donations with explicit pagination. |
get_donationGet one donation. | Get one donation. |
create_offline_donationRecord an offline donation processed outside Raisely. | Record an offline donation processed outside Raisely. |
update_donationUpdate a Raisely donation. | Update a Raisely donation. |
delete_offline_donationDelete an offline Raisely donation. | Delete an offline Raisely donation. |
move_donationMove a donation to a different profile, including across campaigns when supported by Raisely. | Move a donation to a different profile, including across campaigns when supported by Raisely. |
match_donationMatch a donation using a Raisely matched-giving configuration. | Match a donation using a Raisely matched-giving configuration. |
list_donation_receiptsList receipts attached to a Raisely donation. | List receipts attached to a Raisely donation. |
resend_donation_receiptSend or re-send a Raisely donation receipt. Raisely voids the previous receipt when one already exists. | Send or re-send a Raisely donation receipt. Raisely voids the previous receipt when one already exists. |
list_subscriptionsList recurring donation subscriptions. | List recurring donation subscriptions. |
get_subscriptionGet one recurring donation subscription. | Get one recurring donation subscription. |
create_subscriptionCreate a recurring donation subscription in Raisely using provider-native JSON fields. | Create a recurring donation subscription in Raisely using provider-native JSON fields. |
update_subscriptionUpdate a recurring donation subscription. | Update a recurring donation subscription. |
list_subscription_donationsList donations for a recurring donation subscription. | List donations for a recurring donation subscription. |
list_usersList Raisely users/donors. | List Raisely users/donors. |
create_userCreate a Raisely user/donor record. | Create a Raisely user/donor record. |
upsert_userUpsert a Raisely user record, optionally tagging and creating an interaction. | Upsert a Raisely user record, optionally tagging and creating an interaction. |
request_user_magic_linkRequest a passwordless login email for an existing Raisely user. | Request a passwordless login email for an existing Raisely user. |
signup_userSign up a user to a Raisely campaign. Existing users may receive an account confirmation email. | Sign up a user to a Raisely campaign. Existing users may receive an account confirmation email. |
check_userCheck whether a user is already registered to a campaign with a specific email address. | Check whether a user is already registered to a campaign with a specific email address. |
list_user_donationsList donations for one Raisely user. | List donations for one Raisely user. |
list_user_profilesList fundraising profiles owned by one Raisely user. | List fundraising profiles owned by one Raisely user. |
list_user_subscriptionsList recurring donation subscriptions for one Raisely user. | List recurring donation subscriptions for one Raisely user. |
list_ordersList orders in a Raisely campaign. | List orders in a Raisely campaign. |
get_orderGet one Raisely order. | Get one Raisely order. |
resend_order_receiptResend a Raisely order receipt. | Resend a Raisely order receipt. |
list_postsList Raisely posts. | List Raisely posts. |
get_postGet one Raisely post. | Get one Raisely post. |
create_postCreate a Raisely post. | Create a Raisely post. |
update_postUpdate a Raisely post. | Update a Raisely post. |
delete_postDelete a Raisely post. | Delete a Raisely post. |
create_interactionCreate a Raisely custom interaction. | Create a Raisely custom interaction. |
update_interactionUpdate a Raisely custom interaction. | Update a Raisely custom interaction. |
delete_interactionDelete a Raisely custom interaction. | Delete a Raisely custom interaction. |
list_promo_codesList Raisely promo codes for a campaign. | List Raisely promo codes for a campaign. |
create_promo_codeCreate a Raisely promo code. | Create a Raisely promo code. |
list_webhooksList Raisely webhooks. | List Raisely webhooks. |
get_webhookGet one Raisely webhook. | Get one Raisely webhook. |
create_webhookCreate a Raisely webhook subscription. | Create a Raisely webhook subscription. |
update_webhookUpdate a Raisely webhook. | Update a Raisely webhook. |
delete_webhookDelete a Raisely webhook. | Delete a Raisely webhook. |
Triggers
| Name | Description |
|---|---|
webhook_event_receivedReceive Raisely webhook payloads. The trigger can create a Raisely webhook subscription on enable. | Receive Raisely webhook payloads. The trigger can create a Raisely webhook subscription on enable. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('raisely', 'list_campaigns', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'raisely',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Raisely to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Raisely support?
Raisely supports 61 tools including List Campaigns, Get Campaign, Create Campaign, Update Campaign, Delete Campaign, and more.
Can I use Raisely with AI agents?
Yes. Add Raisely to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Raisely be used in stateful agent workflows?
Yes. Agents can combine Raisely tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Raisely use?
Raisely uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Raisely integration cost?
The Raisely integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Raisely support?
Raisely supports 1 triggers including Webhook Event Received.
Connect Raisely in minutes
Get 20,000 free action executions every month. No credit card required.