Docs

Update Campaign

Updates an existing campaign in Raisely.

PUT

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
stringrequired

The `uuid`, `path` or domain of the campaign to associate with the request

object
Uncommon arguments
boolean

Allows the campaign to participate in Raisely experiments Examples: `true`, `false`

string

3 letter currency code Examples: `AUD`, `USD`

string

Fund that is assigned as the default fund for the campaign

number

(in cents) Example: `500050`

string

Mode for payment processing. Make sure to set this to LIVE before launching your campaign so you can take real donations. Examples: `LIVE`, `TEST`

string

Name of the campaign Example: `<< campaign name >>`

string

The path of this record (for alternative lookup) Example: `run-for-a-cure`

string

Primary domain of the campaign

object

Private values for this record Example: `{ "fieldA": "one", "fieldB": "yes" }`

object

Public values for this record Example: `{ "fieldA": "one", "fieldB": "yes" }`

string

(Internal Raisely field - ignored) Example: `aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa`

string

The theme name by this campaign Examples: `donation-basic`, `donation-modern`, `donation-elegant`, `donation-expansive`, `donation-impact`, `donation-elegant`, `donation-active`, `peerToPeer-basic`, `peerToPeer-modern`, `peerToPeer-elegant`, `peerToPeer-expansive`, `peerToPeer-impact`, `peerToPeer-elegant`, `peerToPeer-active`, `appealsHub-basic`, `appealsHub-modern`, `appealsHub-elegant`, `appealsHub-expansive`, `appealsHub-impact`, `appealsHub-elegant`, `appealsHub-active`, `communityHub-basic`, `communityHub-modern`, `communityHub-elegant`, `communityHub-expansive`, `communityHub-impact`, `communityHub-elegant`, `communityHub-active`, `appeal-basic`, `appeal-modern`, `appeal-elegant`, `appeal-expansive`, `appeal-impact`, `appeal-elegant`, `appeal-active`, `special-virtualEvent`, `special-virtualAppeal`, `special-charityChallenge`

array of string

Custom domains of the campaign Example: `[ "yourdomain.com" ]`

string

Theme version Example: `3.0.0`

boolean

If passed, replace the existing `public` and `private` values on the record with the values provided with this payload

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.