Skip to main content

GetEmailSendLogs

Stable

Signature

query {
GetEmailSendLogs
}

Retourne : EmailSendLogConnection

Arguments

NomTypeRequisDéfautDescription
resultsPerPageInt
pageInt1
searchStringFree-text search across id, recipients, subject, notification type, context (global/recipient entity), sender and error message
statusEmailSendLogStatus
notificationTypeIdNotificationTypeId
sortingFields[SortingField][]

Exemple

query {
GetEmailSendLogs {
totalCount
pageInfo {}
edges {}
}
}