10DLC
Nudge a 10DLC Campaign review
Requests action on a pending or rejected 10DLC Campaign. Use nudge_intent to specify the action:
- REVIEW: Request review for a pending Campaign. - APPEAL_REJECTION: Appeal a rejected Campaign. Note:
- The Campaign must be at least 72 hours old.
- Only one nudge request per Campaign is allowed every 24 hours.
post/v3/10dlc/brands/{brand_id}/campaigns/{campaign_id}/nudge
Path parameters
brand_idstring required
Example:B9FXYNH
The unique ID of the 10DLC Brand.
campaign_idstring required
Example:CSJ4TV0
The unique ID of the 10DLC Campaign.
Request body
Example request
{
"nudge_intent": "REVIEW",
"description": "Please review the campaign."
}Response
Returns a success confirmation. The nudge request is submitted.
Example response
{
"success": true
}