changedOutput schema / properties / result / properties / endpoint / properties / event_types / items / enum
Previous value: -[
- "inbound.received",
- "inbound.scan_available",
- "inbound.context_ready",
- "inbound.rule_matched",
- "inbound.action_completed",
- "inbound.action_failed",
- "mail.submitted",
- "mail.ready",
- "mail.mailed",
- "mail.delivered",
- "mail.failed",
- "mail.cancelled",
- "mail.pending_approval"
-]New value: +[
+ "inbound.received",
+ "inbound.action.requested",
+ "inbound.action.completed",
+ "inbound.pages_ready",
+ "inbound.keywords_matched"
+]
changedOutput schema / properties / result / properties / endpoint / properties / status / enum
Previous value: -[
- "pending_verification",
- "active",
- "paused"
-]New value: +[
+ "active",
+ "paused"
+]
removedOutput schema / properties / result / properties / endpoint / properties / verified_at
Removed value: -{
- "anyOf": [
- {
- "format": "date-time",
- "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
-}
changedOutput schema / properties / result / properties / endpoint / required
Previous value: -[
- "name",
- "url",
- "agent_id",
- "environment",
- "event_types",
- "rules",
- "id",
- "member_id",
- "status",
- "revision",
- "verified_at",
- "created_at",
- "updated_at",
- "last_delivery_at",
- "last_http_status",
- "failure_count",
- "signing_key_prefix",
- "previous_key_expires_at"
-]New value: +[
+ "name",
+ "url",
+ "agent_id",
+ "environment",
+ "event_types",
+ "rules",
+ "id",
+ "member_id",
+ "status",
+ "revision",
+ "created_at",
+ "updated_at",
+ "last_delivery_at",
+ "last_http_status",
+ "failure_count",
+ "signing_key_prefix",
+ "previous_key_expires_at"
+]