UNPKG

braze-api

Version:

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

15 lines 746 B
import { ScheduledBroadcastsObject, ScheduledBroadcastsResponse } from './types'; /** * Get upcoming scheduled campaigns and Canvases. * * The endpoint will return information about scheduled campaigns and entry Canvases between now and the designated `end_time` specified in the request. * * {@link https://www.braze.com/docs/api/endpoints/messaging/schedule_messages/get_messages_scheduled/} * * @param apiUrl - Braze REST endpoint. * @param apiKey - Braze API key. * @param body - Request parameters. * @returns - Braze response. */ export declare function scheduled_broadcasts(apiUrl: string, apiKey: string, body: ScheduledBroadcastsObject): Promise<ScheduledBroadcastsResponse>; //# sourceMappingURL=scheduled_broadcasts.d.ts.map