UNPKG

braze-api

Version:

Track users, send messages, export data, and more with Braze API.

15 lines 578 B
import type { EmailBlacklistObject } from './types'; /** * Blacklist emails. * * Use this endpoint to unsubscribe a user from email and mark them as hard bounced. * * {@link https://www.braze.com/docs/api/endpoints/email/post_blacklist/} * * @param apiUrl - Braze REST endpoint. * @param apiKey - Braze API key. * @param body - Request parameters. * @returns - Braze response. */ export declare function blacklist(apiUrl: string, apiKey: string, body: EmailBlacklistObject): Promise<import("../common/request").ServerResponse>; //# sourceMappingURL=blacklist.d.ts.map