apollo.getConversationExport gets the temporary download URL for an export.
automations/get-apollo-conversation-export.automation.ts
{ downloadUrl }. The provider URL is temporary; fetch or store the export promptly after it becomes available.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get a completed Apollo conversation export URL.
apollo.getConversationExport gets the temporary download URL for an export.
import { automation, onDashboardRun } from "automate.ax"
import { apollo } from "automate.ax/apollo"
export default automation("Download conversation export", () => {
onDashboardRun({ title: "Download conversation export" })
apollo.getConversationExport({ exportId: "6a060f34585b480015951efd" })
})
{ downloadUrl }. The provider URL is temporary; fetch or store the export promptly after it becomes available.