Raisely

Learn how to use Raisely with Composio

Overview

SLUG

RAISELY

Description

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

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: RAISELY_POST_LOGOUT

Tool to invalidate the current user's token and log out. use when ending an authenticated raisely session to ensure the token is invalidated.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RAISELY_GET_API_DOCS

Tool to retrieve the raisely api documentation. use when you need the full openapi specification of the raisely api.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RAISELY_GET_AVAILABLE_EVENTS

Tool to retrieve a list of available raisely webhook events. use when you need to know all event types raisely can send via webhooks.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RAISELY_GET_CAMPAIGNS

Tool to retrieve a paginated list of campaigns from raisely. use when you need to list campaigns after obtaining a valid api token.

Action Parameters

limit
integer
mode
string
offset
integer
order
string
path
string
private
boolean
q
string
sort
string

Action Response

data
arrayRequired
error
string
pagination
objectRequired
successful
booleanRequired

SLUG: RAISELY_GET_CAMPAIGNS_PROFILES

Tool to list all fundraising profiles in a campaign. use after obtaining a valid campaign uuid.

Action Parameters

campaign
Required

Action Response

data
arrayRequired
error
string
successful
booleanRequired

SLUG: RAISELY_GET_POSTS

Tool to retrieve all posts available on the raisely platform. use when you need to list posts with pagination and sorting.

Action Parameters

limit
integer
offset
integer
order
string
sort
string

Action Response

data
arrayRequired
error
string
pagination
objectRequired
successful
booleanRequired

SLUG: RAISELY_GET_PROFILES

Tool to retrieve all fundraising profiles in a campaign. use when you need to list profiles with optional filters, sorting, and ranking after obtaining a valid api token.

Action Parameters

campaign
stringRequired
limit
integer
offset
integer
order
string
private
boolean
q
string
rank
string
rankActivityTime
string
rankActivityTotal
string
rankDonors
string
sort
string

Action Response

data
arrayRequired
error
string
pagination
objectRequired
successful
booleanRequired

SLUG: RAISELY_GET_TAGS

Tool to retrieve all tags available in the raisely platform. use when you need a paginated list of tags after obtaining a valid api token.

Action Parameters

limit
integer
offset
integer
order
string
private
boolean
q
string
sort
string

Action Response

data
arrayRequired
error
string
pagination
objectRequired
successful
booleanRequired

SLUG: RAISELY_GET_USERS

Tool to retrieve a list of all users in the raisely platform. use when you need a paginated user list with optional sorting and private fields.

Action Parameters

limit
integer
offset
integer
order
string
private
boolean
sort
string

Action Response

data
arrayRequired
error
string
pagination
objectRequired
successful
booleanRequired

SLUG: RAISELY_GET_USER_PROFILES

Tool to retrieve all profiles associated with a specific user. use when you have a user uuid and need to list both public and optionally private profiles.

Action Parameters

private
boolean
uuid
stringRequired

Action Response

data
arrayRequired
error
string
successful
booleanRequired

SLUG: RAISELY_GET_WEBHOOKS

Tool to retrieve a list of configured webhooks. use when you need to list all webhook subscriptions for the current campaign after authenticating.

Action Parameters

Action Response

data
arrayRequired
error
string
successful
booleanRequired

SLUG: RAISELY_LIST_SUBSCRIPTIONS

Tool to retrieve a list of subscriptions. use when you need to fetch all subscriptions after authenticating with raisely.

Action Parameters

Action Response

data
arrayRequired
error
string
pagination
objectRequired
successful
booleanRequired

SLUG: RAISELY_POST_USERS

Tool to create or update a user by email. use when you need to upsert a user record based on email.

Action Parameters

address1
string
address2
string
country
string
email
Required
firstName
string
lastName
string
merge
boolean
postcode
string
state
string
suburb
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RAISELY_RAISELY_GET_AVAILABLE_EVENTS

Tool to retrieve a list of available raisely webhook events. use when you need to know all event types raisely can send via webhooks.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RAISELY_RAISELY_GET_CAMPAIGNS

Tool to retrieve a list of campaigns from raisely. use when you need to list campaigns with optional search, filtering, sorting, and pagination after obtaining a valid api token.

Action Parameters

limit
integer
mode
string
offset
integer
order
string
path
string
private
boolean
q
string
sort
string

Action Response

data
arrayRequired
error
string
pagination
objectRequired
successful
booleanRequired

SLUG: RAISELY_RAISELY_GET_USERS

Tool to retrieve a list of all users in the raisely platform. use when you need a paginated user list, with optional sorting or inclusion of private fields.

Action Parameters

limit
integer
offset
integer
order
string
private
boolean
sort
string

Action Response

data
arrayRequired
error
string
pagination
objectRequired
successful
booleanRequired