Autional Autional
API Reference GitHub autional.com →

POST /admin/communication/resend/{template_id}

Re-queue messages in failed or cancelled status for retry. Only supports sms and email channels (push does not support resend). A new send record will be created and delivered through the corresponding provider. References: ePrivacy Directive 2002/58/EC, CAN-SPAM Act.

Communication Service `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes Message ID

Responses

StatusDescriptionSchema
200Resend successful, message re-queueddto.OKResponse
400Invalid request parametersdto.SimpleResponse
401Unauthenticated or invalid tokendto.SimpleResponse
403Insufficient permissions to access this resource (admin only)dto.SimpleResponse
404Message not founddto.SimpleResponse
409Message status does not allow resend (only failed/cancelled can be resent)dto.SimpleResponse
500Internal server errordto.SimpleResponse

Referenced Schemas

dto.OKResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No 0
message string No success

dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No