{
"count": 1,
"notification": {
"disable_resolve_message": true,
"frequency": 0,
"is_default": true,
"name": "string",
"send_reminder": true,
"settings": {},
"type": "string"
}
}
curl --location --request POST 'https://example.com:30888/notifications' \
--header 'Content-Type: application/json' \
--data-raw '{
"count": 1,
"notification": {
"disable_resolve_message": true,
"frequency": 0,
"is_default": true,
"name": "string",
"send_reminder": true,
"settings": {},
"type": "string"
}
}'
{
"notification": {
"can_delete": true,
"can_update": true,
"contact_type": "string",
"content": "string",
"created_at": "2019-08-24T14:15:22Z",
"delete_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"deleted": true,
"deleted_at": "2019-08-24T14:15:22Z",
"description": "string",
"event_id": "string",
"id": "string",
"is_emulated": true,
"metadata": {
"property1": "string",
"property2": "string"
},
"name": "string",
"priority": "string",
"progress": 0,
"receive_details": [
{
"contact": "string",
"failed_reason": "string",
"receiver_id": "string",
"receiver_name": "string",
"receiver_type": "string",
"send_by": "string",
"sendAt": "2019-08-24T14:15:22Z",
"status": "string"
}
],
"received_at": "2019-08-24T14:15:22Z",
"send_times": 0,
"status": "string",
"title": "string",
"topic_type": "string",
"update_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"update_version": 0,
"updated_at": "2019-08-24T14:15:22Z"
}
}