Verify External Email Address Input
data class VerifyExternalEmailAddressInput(val emailAddress: String, val emailMaskId: String, val verificationCode: String? = null)
Input object containing the properties needed to verify an external email address for an email mask.
Properties
Link copied to clipboard
String The external email address to verify.
Link copied to clipboard
String The ID of the email mask to associate with the external address.
Link copied to clipboard
String Optional verification code. If null, triggers sending a verification email. If provided, attempts to verify the external address with the given code.