braze-api
    Preparing search index...

    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[];
    }
    Index

    Properties

    Properties

    email: string | string[]