← Tools Reference

Raisely

Raisely integration (Finance, Marketing). Imported from open-connector.

API key7 toolshttps://api.raisely.com/v3
GET
raisely_list_campaigns
List Raisely campaigns with optional search, filters, sorting, and pagination.

/campaigns

11 parameters
ParamTypeRequiredDescription
privatebooleanoptionalWhether Raisely should include private record fields.
querystringoptionalA search query matched against Raisely records.
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe number of records to skip.
sortstringoptionalThe Raisely record attribute to sort by.
orderstringoptionalThe direction to sort records.
pathstringoptionalA campaign path to filter by.
modestringoptionalA campaign mode to filter by.
statusstringoptionalA campaign status to filter by.
pruneConfigbooleanoptionalWhether to omit the large campaign config from private results.
includeTagsbooleanoptionalWhether to include tags attached to each campaign.
GET
raisely_get_campaign
Fetch one Raisely campaign by UUID, path, or domain.

/campaigns/{campaign}

4 parameters
ParamTypeRequiredDescription
campaignstringrequiredThe campaign UUID, path, or domain.
privatebooleanoptionalWhether Raisely should include private campaign fields.
pruneConfigbooleanoptionalWhether to omit the large campaign config from the result.
includeTagsbooleanoptionalWhether to include tags attached to the campaign.
GET
raisely_list_profiles
List fundraising profiles in a Raisely campaign.

/profiles

11 parameters
ParamTypeRequiredDescription
campaignstringrequiredThe campaign UUID, path, or domain.
privatebooleanoptionalWhether Raisely should include private record fields.
querystringoptionalA search query matched against Raisely records.
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe number of records to skip.
sortstringoptionalThe Raisely record attribute to sort by.
orderstringoptionalThe direction to sort records.
rankstringoptionalThe Raisely value used to rank profiles by total raised.
rankDonorsstringoptionalThe Raisely value used to rank profiles by unique donors.
rankActivityTotalstringoptionalThe Raisely value used to rank profiles by activity total.
rankActivityTimestringoptionalThe Raisely value used to rank profiles by activity time.
GET
raisely_list_webhooks
List webhooks configured for a Raisely campaign.

/webhooks

7 parameters
ParamTypeRequiredDescription
campaignstringrequiredThe campaign UUID, path, or domain.
privatebooleanoptionalWhether Raisely should include private record fields.
querystringoptionalA search query matched against Raisely records.
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe number of records to skip.
sortstringoptionalThe Raisely record attribute to sort by.
orderstringoptionalThe direction to sort records.
POST
raisely_create_webhook
Create a Raisely webhook for account-wide or campaign-specific events.

/webhooks

4 parameters
ParamTypeRequiredDescription
campaignUuidstringoptionalThe campaign UUID to restrict events to, or omit it for account-wide events.
eventsarrayoptionalThe Raisely event names to forward to the webhook.
secretstringoptionalThe shared secret Raisely includes in webhook payloads.
urlstringoptionalThe URL Raisely should send webhook events to.
PATCH
raisely_update_webhook
Update a Raisely webhook's events, secret, or destination URL.

/webhooks/{webhookId}

5 parameters
ParamTypeRequiredDescription
webhookIdstringrequiredThe Raisely webhook UUID.
privatebooleanoptionalWhether Raisely should include private webhook fields.
eventsarrayoptionalThe Raisely event names to forward to the webhook.
secretstringoptionalThe shared secret Raisely includes in webhook payloads.
urlstringoptionalThe URL Raisely should send webhook events to.
DELETE
raisely_delete_webhook
Delete a Raisely webhook and return the deleted record.

/webhooks/{webhookId}

1 parameter
ParamTypeRequiredDescription
webhookIdstringrequiredThe Raisely webhook UUID.