braze-api
Version:
Track users, send messages, export data, and more with Braze API.
8 lines • 393 B
TypeScript
import { ContentBlockBody, ContentBlockResponse } from './types';
/**
* Request content block.
*
* {@link https://www.braze.com/docs/api/endpoints/templates/content_blocks_templates/get_see_email_content_blocks_information/}
*/
export declare function getContentBlock(apiUrl: string, apiKey: string, body: ContentBlockBody): Promise<ContentBlockResponse>;
//# sourceMappingURL=get.d.ts.map