Skip to main content
POST
/
SYS_CreateCampaignNotification
Create Campaign Notification
curl --request POST \
  --url https://app.uplifthub.io/P195_Exposed_Integrations/rest/V1/SYS_CreateCampaignNotification \
  --header 'Content-Type: application/json' \
  --header 'X-apikey: <api-key>' \
  --data '
{
  "CampaignId": 1234567891234567,
  "Header": "",
  "Text": ""
}
'
{
  "Success": false,
  "Message": "",
  "Id": 1234567891234567,
  "ExternalId": ""
}

Documentation Index

Fetch the complete documentation index at: https://platform195.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-apikey
string
header
required

Body

application/json
CampaignId
integer<int64>
Example:

1234567891234567

Header
string
default:""
Text
string
default:""

Response

200 - application/json
Success
boolean
required
Example:

false

Message
string
default:""
required
Id
integer<int64>
Example:

1234567891234567

ExternalId
string
default:""