Property name | Type | Description |
---|---|---|
id | int | ID of the event. Generated automatically by the server after event creation. |
notification_channel | nested object | Declare which notification channels could be used to notify user about events. |
notification_channel.name | string | Notification channel name. Possible values are: |
event_type | string | Event type. Possible values are: Default: |
message | string | Encoded message payload. Possible values are: Base64 encoded plain text or push notification payload (Push notifications formats). |
date | int | The date when event should be sent. |
period | int | A period of the event in seconds. |
name | string | A name of the event. Service information. Only for your own usage. |
occured_count | int | A number of times the event was sent. |
created_at | datetime | Date & time when a record was created, filled automatically. |
updated_at | datetime | Date & time when a record was updated, filled automatically. |
end_date | int | A date when the event was completed. Must be not less than the |
active | boolean | Marks the event as active/inactive. |
application_id | int | ID of the application. |
user_id | int | ID of the user who created the event. |
kind | string | Kind of the event. |
environment | string | An environment of the notification. Possible values are: |
tag_query | string | Select event recipients by tags. |