CommunicationMyRead
object
A communication currently eligible to be shown to the calling user in the given company.
Fields
| Name | Type | Description |
|---|---|---|
communicationId | Int! | |
dismissalMode | CommunicationDismissalMode! | |
autoCloseSeconds | Int | |
ctaEnabled | Boolean! | |
ctaCloses | Boolean! | |
startsAt | DateTime | |
endsAt | DateTime | |
appearance | CommunicationAppearance! | |
translations | [CommunicationTranslationRead!]! | |
title | String | Shorthand for translations[the calling user's language].title |
body | String | Shorthand for translations[the calling user's language].body |
defaultTranslation | [CommunicationTranslationRead!]! |