BulkCreateBlocklistsRequest: {
    domainId: string;
    emails?: string[];
    reason?: string;
    region?: Region;
    type?: BlocklistType;
}

Type declaration

  • domainId: string

    Domain ID linked to the blocklist.

  • Optionalemails?: string[]

    Email blocked by the blocklist.

  • Optionalreason?: string

    Reason to block the email.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • Optionaltype?: BlocklistType

    Type of blocklist.

MMNEPVFCICPMFPCPTTAAATR