Skip to main content
POST
Nudge a 10DLC Campaign review

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Path Parameters

brand_id
string
required

The unique ID of the 10DLC Brand.

Example:

"B9FXYNH"

campaign_id
string
required

The unique ID of the 10DLC Campaign.

Example:

"CSJ4TV0"

Body

application/json

Action to request on the Campaign.

The nudge request

nudge_intent
string
required

Nudge intent. Allowed values: REVIEW, APPEAL_REJECTION. Use nudge_intent to specify the action: - REVIEW: Request review for a pending Campaign. - APPEAL_REJECTION: Appeal a rejected Campaign.

Example:

"REVIEW"

description
string
required

Description of the nudge request.

Example:

"Please review the campaign."

Response

Returns a success confirmation. The nudge request is submitted.

success
boolean
required

Indicates whether the request was successful.

Example:

true