Raisely
raiselyRaisely is a fundraising platform that enables organizations to create and manage online fundraising campaigns.
Acciones disponibles (16)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Retrieve Raisely API DocumentationRAISELY_GET_API_DOCSAcciónTool to retrieve the raisely api documentation. use when you need the full openapi specification of the raisely api.
RAISELY_GET_API_DOCSAcciónTool to retrieve the raisely api documentation. use when you need the full openapi specification of the raisely api.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Available EventsRAISELY_GET_AVAILABLE_EVENTSAcciónTool to retrieve a list of available raisely webhook events. use when you need to know all event types raisely can send via webhooks.
RAISELY_GET_AVAILABLE_EVENTSAcciónTool to retrieve a list of available raisely webhook events. use when you need to know all event types raisely can send via webhooks.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get campaignsRAISELY_GET_CAMPAIGNSAcciónTool to retrieve a paginated list of campaigns from raisely. use when you need to list campaigns after obtaining a valid api token.
RAISELY_GET_CAMPAIGNSAcciónTool to retrieve a paginated list of campaigns from raisely. use when you need to list campaigns after obtaining a valid api token.
Parámetros de entrada
qstringFull-text search term to filter campaigns.
modestringFilter campaigns by their mode value.
pathstringFilter campaigns by their path value.
sortstringField to sort by, e.g., 'createdAt'.
limitintegerNumber of records to return per page (minimum 1).
orderstringenumSort direction: 'asc' or 'desc' (requires 'sort').
ascdescoffsetintegerNumber of records to skip before starting to return results.
privatebooleanIf true, omit configuration block to reduce response size.
Parámetros de salida
dataobject[]ObligatorioList of campaign objects.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination details.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Raisely Get Campaign ProfilesRAISELY_GET_CAMPAIGNS_PROFILESAcciónTool to list all fundraising profiles in a campaign. use after obtaining a valid campaign uuid.
RAISELY_GET_CAMPAIGNS_PROFILESAcciónTool to list all fundraising profiles in a campaign. use after obtaining a valid campaign uuid.
Parámetros de entrada
campaignanyObligatoriouuidUUID of the campaign to list profiles for
Parámetros de salida
dataobject[]ObligatorioList of fundraising profiles for the campaign
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve Raisely PostsRAISELY_GET_POSTSAcciónTool to retrieve all posts available on the raisely platform. use when you need to list posts with pagination and sorting.
RAISELY_GET_POSTSAcciónTool to retrieve all posts available on the raisely platform. use when you need to list posts with pagination and sorting.
Parámetros de entrada
sortstringField to sort by, e.g., 'createdAt'.
limitintegerNumber of posts to return per page.
orderstringenumSort order, either 'asc' or 'desc'.
ascdescoffsetintegerNumber of posts to skip before starting to return results.
Parámetros de salida
dataobject[]ObligatorioList of post objects.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination details.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Raisely Get ProfilesRAISELY_GET_PROFILESAcciónTool 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.
RAISELY_GET_PROFILESAcciónTool 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.
Parámetros de entrada
qstringSearch query to find profiles matching given text.
rankstringenumRank profiles by total raised ('asc' or 'desc').
ascdescsortstringField to sort by, e.g., 'createdAt'.
limitintegerNumber of records to return per page (must be >=1).
orderstringenumSort direction: 'asc' or 'desc' (requires 'sort').
ascdescoffsetintegerNumber of records to skip (must be >=0).
privatebooleanInclude private custom fields when true (requires proper permissions).
campaignstringObligatorioUUID, path, or domain of the campaign to filter profiles by.
rankDonorsstringenumRank profiles by unique donor count ('asc' or 'desc').
ascdescrankActivityTimestringenumRank profiles by activity time ('asc' or 'desc').
ascdescrankActivityTotalstringenumRank profiles by activity total ('asc' or 'desc').
ascdesc
Parámetros de salida
dataobject[]ObligatorioList of profile objects.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination details.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Raisely Get TagsRAISELY_GET_TAGSAcciónTool to retrieve all tags available in the raisely platform. use when you need a paginated list of tags after obtaining a valid api token.
RAISELY_GET_TAGSAcciónTool to retrieve all tags available in the raisely platform. use when you need a paginated list of tags after obtaining a valid api token.
Parámetros de entrada
qstringSearch term to filter tags by matching text.
sortstringField to sort by, e.g., 'name' or 'createdAt'.
limitintegerMaximum number of tags to return per page.
orderstringenumSort order: 'asc' for ascending or 'desc' for descending.
ascdescoffsetintegerNumber of tags to skip before starting to return results.
privatebooleanIf true, include tags flagged as private (requires authentication).
Parámetros de salida
dataobject[]ObligatorioList of tag objects.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination details.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User ProfilesRAISELY_GET_USER_PROFILESAcciónTool 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.
RAISELY_GET_USER_PROFILESAcciónTool 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.
Parámetros de entrada
uuidstringObligatorioUUID of the user whose profiles are to be retrieved
privatebooleanInclude private custom fields when true (requires permissions)
Parámetros de salida
dataobject[]ObligatorioList of profiles for the user
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get usersRAISELY_GET_USERSAcciónTool 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.
RAISELY_GET_USERSAcciónTool 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.
Parámetros de entrada
sortstringField to sort by, e.g., 'createdAt'.
limitintegerNumber of records to return per page (minimum 1).
orderstringenumSort order, either 'asc' (ascending) or 'desc' (descending).
ascdescoffsetintegerNumber of records to skip before starting to return results (minimum 0).
privatebooleanIf true, include private custom fields in each user object.
Parámetros de salida
dataobject[]ObligatorioList of user objects.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination details.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Raisely Get WebhooksRAISELY_GET_WEBHOOKSAcciónTool to retrieve a list of configured webhooks. use when you need to list all webhook subscriptions for the current campaign after authenticating.
RAISELY_GET_WEBHOOKSAcciónTool to retrieve a list of configured webhooks. use when you need to list all webhook subscriptions for the current campaign after authenticating.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of webhooks configured for the campaign
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Raisely List SubscriptionsRAISELY_LIST_SUBSCRIPTIONSAcciónTool to retrieve a list of subscriptions. use when you need to fetch all subscriptions after authenticating with raisely.
RAISELY_LIST_SUBSCRIPTIONSAcciónTool to retrieve a list of subscriptions. use when you need to fetch all subscriptions after authenticating with raisely.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of subscription objects.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination details.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Logout from RaiselyRAISELY_POST_LOGOUTAcciónTool to invalidate the current user's token and log out. use when ending an authenticated raisely session to ensure the token is invalidated.
RAISELY_POST_LOGOUTAcciónTool to invalidate the current user's token and log out. use when ending an authenticated raisely session to ensure the token is invalidated.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create or Update UserRAISELY_POST_USERSAcciónTool to create or update a user by email. use when you need to upsert a user record based on email.
RAISELY_POST_USERSAcciónTool to create or update a user by email. use when you need to upsert a user record based on email.
Parámetros de entrada
emailanyObligatorioemailEmail address of the user
mergebooleanIf true, update an existing user with matching email; otherwise creates new
statestringState or province of the user
suburbstringSuburb or city of the user
countrystringCountry code (ISO 3166-1 alpha-2)
address1stringLine 1 of the user's address
address2stringLine 2 of the user's address
lastNamestringLast name of the user
postcodestringPostal code of the user
firstNamestringFirst name of the user
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Raisely Available EventsRAISELY_RAISELY_GET_AVAILABLE_EVENTSAcciónTool to retrieve a list of available raisely webhook events. use when you need to know all event types raisely can send via webhooks.
RAISELY_RAISELY_GET_AVAILABLE_EVENTSAcciónTool to retrieve a list of available raisely webhook events. use when you need to know all event types raisely can send via webhooks.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Raisely Get CampaignsRAISELY_RAISELY_GET_CAMPAIGNSAcciónTool 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.
RAISELY_RAISELY_GET_CAMPAIGNSAcciónTool 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.
Parámetros de entrada
qstringFull-text search term to filter campaigns.
modestringFilter campaigns by their mode value.
pathstringFilter campaigns by their path value.
sortstringField to sort by, e.g., 'createdAt'.
limitintegerNumber of records to return per page (must be at least 1).
orderstringenumSort order: 'asc' for ascending or 'desc' for descending (requires 'sort').
ascdescoffsetintegerNumber of records to skip before starting to return results (must be non-negative).
privatebooleanIf true, omit the campaign.config block to reduce response size.
Parámetros de salida
dataobject[]ObligatorioList of campaign objects.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination details.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Raisely Get UsersRAISELY_RAISELY_GET_USERSAcciónTool 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.
RAISELY_RAISELY_GET_USERSAcciónTool 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.
Parámetros de entrada
sortstringField to sort by, e.g., 'createdAt'.
limitintegerNumber of records to return per page, must be at least 1.
orderstringenumSort order, either 'asc' or 'desc'.
ascdescoffsetintegerNumber of records to skip before returning results, must be non-negative.
privatebooleanIf true, include private custom fields in response.
Parámetros de salida
dataobject[]ObligatorioList of user objects.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination details.
successfulbooleanObligatorioWhether or not the action execution was successful or not