Managing campaign AI review
Campaign AI review provides intelligent feedback on your campaign content and messaging before submission to carriers. This optional feature helps optimize your campaign for compliance and carrier approval by identifying potential issues and providing recommendations.
What is campaign AI review?
Campaign AI review analyzes your campaign messaging against compliance requirements and best practices. You can submit either:
- Campaign info: Submit campaign details and messaging for feedback before creating a campaign
- Existing campaign: Submit an already-created campaign for analysis and recommendations
The AI review evaluates factors like messaging tone, compliance alignment, and carrier requirements, then provides actionable feedback to help improve approval chances.
Before you start
- Have campaign messaging ready or an existing campaign to review
- Understand your target audience and campaign purpose
- Be prepared to apply feedback recommendations to improve campaign quality
- Have access to the Managing campaigns documentation for context on campaign requirements
Submit campaign info for AI review
You can submit campaign information and messaging for feedback before creating an official campaign.
Using the API [#using-the-api-submit-campaign-info-for-ai-review]
To submit campaign info for AI analysis, use the Submit Campaign Info for AI Review API endpoint:
POST /number-registration/ai-review/campaign-info
This endpoint analyzes your campaign messaging and requirements, returning feedback and recommendations.
For complete API documentation including request body parameters, response structure, and code examples, see the AI Review API documentation.
Submit existing campaign for AI review
You can submit an already-created campaign to receive feedback and improvement recommendations.
Using the API [#using-the-api-submit-existing-campaign-for-ai-review]
To submit an existing campaign for AI review, use the Submit Existing Campaign for AI Review API endpoint:
POST /number-registration/ai-review/campaign/{campaignId}
Replace {campaignId} with your campaign ID.
This endpoint analyzes your existing campaign against compliance and carrier requirements, returning detailed feedback.
For complete API documentation including request body parameters, response structure, and code examples, see the AI Review API documentation.
Get AI review results
After submitting a campaign for review, you can retrieve the AI feedback and recommendations.
Using the API [#using-the-api-get-ai-review-results]
To get AI review results, use the Get AI Review Results API endpoint:
GET /number-registration/ai-review/results/{reviewId}
Replace {reviewId} with the review ID returned from your submission.
This endpoint returns detailed analysis, identified issues, and recommendations for improving your campaign.
For complete API documentation, see the AI Review API documentation.
Configure webhook for AI review feedback
Configure your system to receive AI review feedback through webhook notifications.
Using the API [#using-the-api-configure-webhook-for-ai-review-feedback]
To set up feedback delivery, use the webhook endpoint for AI campaign feedback:
POST /number-registration/ai-review/webhook
This endpoint allows you to configure where feedback notifications are sent after review completion.
For complete API documentation on webhook configuration, see the AI Review API documentation.
Best practices for AI review
Review feedback thoroughly
AI review identifies potential compliance issues and carrier concerns. Take time to understand each recommendation before deciding whether to apply changes.
Apply recommendations before submission
Use AI feedback to improve your campaign before submitting to carriers. This helps identify issues that could cause rejection.
Test messaging variations
Submit multiple versions of your campaign messaging to compare feedback and identify the strongest version.
Combine with brand vetting
Use AI review alongside brand vetting to ensure your entire registration is optimized for approval.
Address compliance issues
Pay special attention to feedback about compliance requirements. Unresolved compliance issues are a common cause of carrier rejection.
Iterate before final submission
Use AI review as part of your campaign development process. Multiple review cycles can help refine messaging and compliance alignment.
Understanding campaigns
Learn campaign structure and requirements.
Brand vetting
Set up brand vetting for compliance verification.
Campaign rejection reference
Understand rejection reasons and how to address them.