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