Raisely

Learn how to use Raisely with Composio

Overview

Enum

RAISELY

Description

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

Authentication Details

api_key
stringRequired

Actions

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
object
error
string
successful
boolean
Tool to retrieve the raisely api documentation. use when you need the full openapi specification of the raisely api.

Action Parameters

Action Response

data
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
array
error
string
pagination
object
successful
boolean
Tool to list all fundraising profiles in a campaign. use after obtaining a valid campaign uuid.

Action Parameters

campaign
Required

Action Response

data
array
error
string
successful
boolean
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
array
error
string
pagination
object
successful
boolean
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
array
error
string
pagination
object
successful
boolean
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
array
error
string
pagination
object
successful
boolean
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
array
error
string
pagination
object
successful
boolean
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
array
error
string
successful
boolean
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
array
error
string
successful
boolean
Tool to retrieve a list of subscriptions. use when you need to fetch all subscriptions after authenticating with raisely.

Action Parameters

Action Response

data
array
error
string
pagination
object
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
array
error
string
pagination
object
successful
boolean
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
array
error
string
pagination
object
successful
boolean