UNPKG

braze-api

Version:

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

10 lines 282 B
/** * Request body for create send IDs. * * {@link https://www.braze.com/docs/api/endpoints/messaging/send_messages/post_create_send_ids/#request-body} */ export interface SendsIdCreateObject { campaign_id: string; send_id?: string; } //# sourceMappingURL=types.d.ts.map