Test Send Message
POST /v2/partner/messages/{id}/test-send
Required scopes
partner:messages:write
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | testSendMessage |
| Tags | Campaigns |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| id * | path | id |
Request body
Required
object
| Field | Type | Description |
|---|---|---|
| recipient_email | string | |
| recipient_phone | string |
Responses
202
Accepted
Example request
POST https://api.digitalonboarding.com/v2/partner/messages/{id}/test-send
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>
{ /* request body matching schema above */ }