Skip to main content

OperationStatus

Mirrors Novu's common delete/mutate acknowledgement response.

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
acknowledgedbooleanOptionalWhether the provider acknowledged the requested operation.
statusstringOptionalStatus reported by the notification provider.

Where used​

ReferenceRelationship
Archive an inbox messagePOST /api/v1/notifications/archive-inbox-message
Complete an inbox message actionPOST /api/v1/notifications/complete-inbox-action
Delete an inbox messagePOST /api/v1/notifications/delete-inbox-message
Delete the caller's subscriber profilePOST /api/v1/notifications/manage/delete-subscriber
Delete a notification topicPOST /api/v1/notifications/manage/delete-topic
Revert an inbox message actionPOST /api/v1/notifications/revert-inbox-action
Unarchive an inbox messagePOST /api/v1/notifications/unarchive-inbox-message

Download the public reference contract.

Document: DOC-API-MODEL-operation-status.