NAiOS IconNAiOS Logo
Volver al catálogo

Raisely

raisely

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

Acciones
16
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Available EventsRAISELY_GET_AVAILABLE_EVENTSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get campaignsRAISELY_GET_CAMPAIGNSAcción

Tool 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

  • qstring

    Full-text search term to filter campaigns.

  • modestring

    Filter campaigns by their mode value.

  • pathstring

    Filter campaigns by their path value.

  • sortstring

    Field to sort by, e.g., 'createdAt'.

  • limitinteger

    Number of records to return per page (minimum 1).

  • orderstringenum

    Sort direction: 'asc' or 'desc' (requires 'sort').

    ascdesc
  • offsetinteger

    Number of records to skip before starting to return results.

  • privateboolean

    If true, omit configuration block to reduce response size.

Parámetros de salida

  • dataobject[]Obligatorio

    List of campaign objects.

  • errorstring

    Error if any occurred during the execution of the action

  • paginationobjectObligatorio

    Pagination details.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Raisely Get Campaign ProfilesRAISELY_GET_CAMPAIGNS_PROFILESAcción

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

Parámetros de entrada

  • campaignanyObligatoriouuid

    UUID of the campaign to list profiles for

Parámetros de salida

  • dataobject[]Obligatorio

    List of fundraising profiles for the campaign

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve Raisely PostsRAISELY_GET_POSTSAcción

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

Parámetros de entrada

  • sortstring

    Field to sort by, e.g., 'createdAt'.

  • limitinteger

    Number of posts to return per page.

  • orderstringenum

    Sort order, either 'asc' or 'desc'.

    ascdesc
  • offsetinteger

    Number of posts to skip before starting to return results.

Parámetros de salida

  • dataobject[]Obligatorio

    List of post objects.

  • errorstring

    Error if any occurred during the execution of the action

  • paginationobjectObligatorio

    Pagination details.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Raisely Get ProfilesRAISELY_GET_PROFILESAcción

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.

Parámetros de entrada

  • qstring

    Search query to find profiles matching given text.

  • rankstringenum

    Rank profiles by total raised ('asc' or 'desc').

    ascdesc
  • sortstring

    Field to sort by, e.g., 'createdAt'.

  • limitinteger

    Number of records to return per page (must be >=1).

  • orderstringenum

    Sort direction: 'asc' or 'desc' (requires 'sort').

    ascdesc
  • offsetinteger

    Number of records to skip (must be >=0).

  • privateboolean

    Include private custom fields when true (requires proper permissions).

  • campaignstringObligatorio

    UUID, path, or domain of the campaign to filter profiles by.

  • rankDonorsstringenum

    Rank profiles by unique donor count ('asc' or 'desc').

    ascdesc
  • rankActivityTimestringenum

    Rank profiles by activity time ('asc' or 'desc').

    ascdesc
  • rankActivityTotalstringenum

    Rank profiles by activity total ('asc' or 'desc').

    ascdesc

Parámetros de salida

  • dataobject[]Obligatorio

    List of profile objects.

  • errorstring

    Error if any occurred during the execution of the action

  • paginationobjectObligatorio

    Pagination details.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Raisely Get TagsRAISELY_GET_TAGSAcción

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.

Parámetros de entrada

  • qstring

    Search term to filter tags by matching text.

  • sortstring

    Field to sort by, e.g., 'name' or 'createdAt'.

  • limitinteger

    Maximum number of tags to return per page.

  • orderstringenum

    Sort order: 'asc' for ascending or 'desc' for descending.

    ascdesc
  • offsetinteger

    Number of tags to skip before starting to return results.

  • privateboolean

    If true, include tags flagged as private (requires authentication).

Parámetros de salida

  • dataobject[]Obligatorio

    List of tag objects.

  • errorstring

    Error if any occurred during the execution of the action

  • paginationobjectObligatorio

    Pagination details.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User ProfilesRAISELY_GET_USER_PROFILESAcción

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.

Parámetros de entrada

  • uuidstringObligatorio

    UUID of the user whose profiles are to be retrieved

  • privateboolean

    Include private custom fields when true (requires permissions)

Parámetros de salida

  • dataobject[]Obligatorio

    List of profiles for the user

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get usersRAISELY_GET_USERSAcción

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.

Parámetros de entrada

  • sortstring

    Field to sort by, e.g., 'createdAt'.

  • limitinteger

    Number of records to return per page (minimum 1).

  • orderstringenum

    Sort order, either 'asc' (ascending) or 'desc' (descending).

    ascdesc
  • offsetinteger

    Number of records to skip before starting to return results (minimum 0).

  • privateboolean

    If true, include private custom fields in each user object.

Parámetros de salida

  • dataobject[]Obligatorio

    List of user objects.

  • errorstring

    Error if any occurred during the execution of the action

  • paginationobjectObligatorio

    Pagination details.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Raisely Get WebhooksRAISELY_GET_WEBHOOKSAcción

Tool 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[]Obligatorio

    List of webhooks configured for the campaign

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Raisely List SubscriptionsRAISELY_LIST_SUBSCRIPTIONSAcción

Tool 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[]Obligatorio

    List of subscription objects.

  • errorstring

    Error if any occurred during the execution of the action

  • paginationobjectObligatorio

    Pagination details.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Logout from RaiselyRAISELY_POST_LOGOUTAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create or Update UserRAISELY_POST_USERSAcción

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

Parámetros de entrada

  • emailanyObligatorioemail

    Email address of the user

  • mergeboolean

    If true, update an existing user with matching email; otherwise creates new

  • statestring

    State or province of the user

  • suburbstring

    Suburb or city of the user

  • countrystring

    Country code (ISO 3166-1 alpha-2)

  • address1string

    Line 1 of the user's address

  • address2string

    Line 2 of the user's address

  • lastNamestring

    Last name of the user

  • postcodestring

    Postal code of the user

  • firstNamestring

    First name of the user

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Raisely Available EventsRAISELY_RAISELY_GET_AVAILABLE_EVENTSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Raisely Get CampaignsRAISELY_RAISELY_GET_CAMPAIGNSAcción

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.

Parámetros de entrada

  • qstring

    Full-text search term to filter campaigns.

  • modestring

    Filter campaigns by their mode value.

  • pathstring

    Filter campaigns by their path value.

  • sortstring

    Field to sort by, e.g., 'createdAt'.

  • limitinteger

    Number of records to return per page (must be at least 1).

  • orderstringenum

    Sort order: 'asc' for ascending or 'desc' for descending (requires 'sort').

    ascdesc
  • offsetinteger

    Number of records to skip before starting to return results (must be non-negative).

  • privateboolean

    If true, omit the campaign.config block to reduce response size.

Parámetros de salida

  • dataobject[]Obligatorio

    List of campaign objects.

  • errorstring

    Error if any occurred during the execution of the action

  • paginationobjectObligatorio

    Pagination details.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Raisely Get UsersRAISELY_RAISELY_GET_USERSAcción

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.

Parámetros de entrada

  • sortstring

    Field to sort by, e.g., 'createdAt'.

  • limitinteger

    Number of records to return per page, must be at least 1.

  • orderstringenum

    Sort order, either 'asc' or 'desc'.

    ascdesc
  • offsetinteger

    Number of records to skip before returning results, must be non-negative.

  • privateboolean

    If true, include private custom fields in response.

Parámetros de salida

  • dataobject[]Obligatorio

    List of user objects.

  • errorstring

    Error if any occurred during the execution of the action

  • paginationobjectObligatorio

    Pagination details.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not