diff --git a/providers/cronofy/index.json b/providers/cronofy/index.json new file mode 100644 index 0000000..b3b25aa --- /dev/null +++ b/providers/cronofy/index.json @@ -0,0 +1,13 @@ +{ + "label": "Cronofy", + "configs": { + "latest_version": "latest", + "topic_identifier": "notification.type" + }, + "provenance": { + "latest": { + "sourced_via": "capture", + "sourced_on": "2026-08-25" + } + } +} diff --git a/providers/cronofy/latest/change.json b/providers/cronofy/latest/change.json new file mode 100644 index 0000000..70757f4 --- /dev/null +++ b/providers/cronofy/latest/change.json @@ -0,0 +1,21 @@ +{ + "headers": { + "content-type": "application/json; charset=utf-8", + "cronofy-hmac-sha256": "REDACTED", + "user-agent": "Cronofy (https://www.cronofy.com/support/)", + "content-length": "217" + }, + "body": { + "notification": { + "type": "change", + "changes_since": "2026-08-25T20:06:29Z" + }, + "channel": { + "channel_id": "chn_6a8df5c5944f9501621a3083", + "callback_url": "https://example.com/cronofy", + "filters": {}, + "scheduling_conversations": {} + } + }, + "topic": "change" +} diff --git a/providers/cronofy/latest/conferencing_profile_disconnected.json b/providers/cronofy/latest/conferencing_profile_disconnected.json new file mode 100644 index 0000000..31ee0c7 --- /dev/null +++ b/providers/cronofy/latest/conferencing_profile_disconnected.json @@ -0,0 +1,20 @@ +{ + "headers": { + "content-type": "application/json; charset=utf-8", + "cronofy-hmac-sha256": "REDACTED", + "user-agent": "Cronofy (https://www.cronofy.com/support/)", + "content-length": "205" + }, + "body": { + "notification": { + "type": "conferencing_profile_disconnected" + }, + "channel": { + "channel_id": "chn_6a8df5c5944f9501621a3083", + "callback_url": "https://example.com/cronofy", + "filters": {}, + "scheduling_conversations": {} + } + }, + "topic": "conferencing_profile_disconnected" +} diff --git a/providers/cronofy/latest/profile_disconnected.json b/providers/cronofy/latest/profile_disconnected.json new file mode 100644 index 0000000..f346fda --- /dev/null +++ b/providers/cronofy/latest/profile_disconnected.json @@ -0,0 +1,20 @@ +{ + "headers": { + "content-type": "application/json; charset=utf-8", + "cronofy-hmac-sha256": "REDACTED", + "user-agent": "Cronofy (https://www.cronofy.com/support/)", + "content-length": "192" + }, + "body": { + "notification": { + "type": "profile_disconnected" + }, + "channel": { + "channel_id": "chn_6a8df5c5944f9501621a3083", + "callback_url": "https://example.com/cronofy", + "filters": {}, + "scheduling_conversations": {} + } + }, + "topic": "profile_disconnected" +} diff --git a/providers/cronofy/latest/profile_initial_sync_completed.json b/providers/cronofy/latest/profile_initial_sync_completed.json new file mode 100644 index 0000000..abc29d7 --- /dev/null +++ b/providers/cronofy/latest/profile_initial_sync_completed.json @@ -0,0 +1,20 @@ +{ + "headers": { + "content-type": "application/json; charset=utf-8", + "cronofy-hmac-sha256": "REDACTED", + "user-agent": "Cronofy (https://www.cronofy.com/support/)", + "content-length": "202" + }, + "body": { + "notification": { + "type": "profile_initial_sync_completed" + }, + "channel": { + "channel_id": "chn_6a8df5c5944f9501621a3083", + "callback_url": "https://example.com/cronofy", + "filters": {}, + "scheduling_conversations": {} + } + }, + "topic": "profile_initial_sync_completed" +} diff --git a/providers/cronofy/latest/verification.json b/providers/cronofy/latest/verification.json new file mode 100644 index 0000000..e6c0b08 --- /dev/null +++ b/providers/cronofy/latest/verification.json @@ -0,0 +1,20 @@ +{ + "headers": { + "content-type": "application/json; charset=utf-8", + "cronofy-hmac-sha256": "REDACTED", + "user-agent": "Cronofy (https://www.cronofy.com/support/)", + "content-length": "184" + }, + "body": { + "notification": { + "type": "verification" + }, + "channel": { + "channel_id": "chn_6a8df5c5944f9501621a3083", + "callback_url": "https://example.com/cronofy", + "filters": {}, + "scheduling_conversations": {} + } + }, + "topic": "verification" +}