Skip to main content

PublishEmailEventResponse

Response from email event publishing operations.

Indicates the success status of email event publication to the message queue and provides tracking information for monitoring and debugging email delivery workflows.

type PublishEmailEventResponse {
success: Boolean!
messageId: String
}

Fields

PublishEmailEventResponse.success ● Boolean! non-null scalar

Success status of the email event publication.

Indicates whether the email event was successfully published to the message queue for processing, enabling proper error handling and workflow management.

PublishEmailEventResponse.messageId ● String scalar

Message queue identifier for tracking.

Unique identifier assigned by the message queue system for tracking the published email event through the processing pipeline and delivery workflow.

Returned By

publishEmailEvent mutation ● publishEmailSendEvent mutation ● publishPasswordResetEmailEvent mutation