addedInput schema / properties / branding / description
Added value: +"branding applied to mailbox emails"
addedInput schema / properties / branding / properties / brandColor / description
Added value: +"accent color hex, e.g. #2563eb"
addedInput schema / properties / branding / properties / brandName / description
Added value: +"brand name shown in emails"
addedInput schema / properties / branding / properties / logoUrl / description
Added value: +"logo image URL shown in emails"
addedInput schema / properties / collection / description
Added value: +"Site Data collection to turn into a mailbox"
addedInput schema / properties / doubleOptIn / description
Added value: +"require email confirmation before a contact is active"
addedInput schema / properties / notifyOwner / description
Added value: +"email the owner on each new capture"
addedInput schema / properties / notifyTo / description
Added value: +"address to send owner notifications to"
addedInput schema / properties / sendingDomainId / description
Added value: +"BYO sending domain id to send from"
addedInput schema / properties / slug / description
Added value: +"site slug the collection belongs to"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "result": {}
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object"
+}