Bulk Presentations
📄️ /bulk_presentations/
Creates a new bulk presentation generation request. For email templates, triggers a send for each<br/>entry in bulk_values_by_param_name. Returns a location header for polling the status.
📄️ /bulk_presentations/{bulk_presentation_id}
Retrieves a single bulk presentation by ID.
📄️ /bulk_presentations/{bulk_presentation_id}/start
Triggers generation for a bulk presentation that is in the not_started state.<br/>Returns the updated bulk presentation object.
📄️ /bulk_presentations/{bulk_presentation_id}/status
Polls the generation status of a bulk presentation. Redirects to the bulk presentation when done.