Interface EmailSpamRemoveObject

Request body for remove email addresses from spam list.

https://www.braze.com/docs/api/endpoints/email/post_remove_spam/#request-body

interface EmailSpamRemoveObject {
    email: string | string[];
}

Properties

Properties

email: string | string[]