changedInput schema / $schema
Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
addedInput schema / properties / cursor / maxLength
Added value: +8192
changedInput schema / properties / cursor / pattern
Previous value: -"^[A-Za-z0-9_\\-=.+/]{1,512}$"New value: +"^[A-Za-z0-9_\\-=.+/]+$"
changedInput schema / properties / event_type / enum
Previous value: -[
- "message.received",
- "message.sent",
- "message.delivered",
- "message.bounced",
- "message.complained",
- "domain.verified",
- "domain.verification_failed",
- "domain.degraded",
- "org.reputation_warning",
- "org.sending_throttled",
- "org.sending_suspended",
- "org.reputation_recovered"
-]New value: +[
+ "message.received",
+ "message.sent",
+ "message.delivered",
+ "message.bounced",
+ "message.complained",
+ "mailbox.rule_matched",
+ "domain.verified",
+ "domain.verification_failed",
+ "domain.degraded",
+ "org.reputation_warning",
+ "org.sending_throttled",
+ "org.sending_suspended",
+ "org.reputation_recovered"
+]
changedOutput schema / $schema
Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
changedOutput schema / properties / data / items / properties / event_type / enum
Previous value: -[
- "message.received",
- "message.sent",
- "message.delivered",
- "message.bounced",
- "message.complained",
- "domain.verified",
- "domain.verification_failed",
- "domain.degraded",
- "org.reputation_warning",
- "org.sending_throttled",
- "org.sending_suspended",
- "org.reputation_recovered"
-]New value: +[
+ "webhook.test",
+ "message.received",
+ "message.sent",
+ "message.delivered",
+ "message.bounced",
+ "message.complained",
+ "mailbox.rule_matched",
+ "domain.verified",
+ "domain.verification_failed",
+ "domain.degraded",
+ "org.reputation_warning",
+ "org.sending_throttled",
+ "org.sending_suspended",
+ "org.reputation_recovered"
+]
addedOutput schema / properties / data / items / properties / mode
Added value: +{
+ "enum": [
+ "live",
+ "test"
+ ],
+ "type": "string"
+}
changedOutput schema / properties / data / items / required
Previous value: -[
- "object",
- "id",
- "event_id",
- "event_type",
- "status",
- "attempts",
- "last_status_code",
- "last_error",
- "created_at",
- "delivered_at"
-]New value: +[
+ "object",
+ "id",
+ "event_id",
+ "event_type",
+ "mode",
+ "status",
+ "attempts",
+ "last_status_code",
+ "last_error",
+ "created_at",
+ "delivered_at"
+]