Trigger a campaign

Send campaigns to users using the Nexthink public API.

Trigger a campaign

post

Trigger the sending of a campaign to specific users.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
campaignNqlIdstring · min: 1Required

The ID of the campaign to send.

Example: #general_survey
userSidstring[] · min: 1 · max: 10000Required

SIDs of users that the campaign should be sent to.

Example: S-456-456-456
expiresInMinutesinteger · int32 · min: 1 · max: 525600Required

The number of minutes before the campaign response expires and will stop being shown to the users, starting from the current time. The expiration date and time is set at the time of the API call and is not influenced by the time at which the campaign is displayed to the user or by the user postponing the campaign.

Example: 1440
Responses
post
/api/v1/euf/campaign/trigger

Was this helpful?