Export from connection
Exports the specified document from the source connection to the destination connection.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
An export from connection request.
The ID of the connection to which the content must be exported.
The ID of the connection from which the content must be exported.
The reference of the document that must be exported. For Notion, this is the ID of the document.
1
Allows you to export additional fields to the destination connection. You can specify either explicit values, or you can map them to fields in the source document.
An optional title for the exported content in the destination CMS. If none is specified, the title from the source document will be used.
Response
The ID of the job.
The documents that were created by this job.
The date and time that the job was queued for processing.
The status of the job. Possible values:
queued
- The job has been queued and is waiting to be processed.`processing
- The job is being processed.`done
- The job has completed successfully.failed
- The job has failed.
queued
, processing
, done
, failed
Summary description of the job.
The type of job