FileMission

The FileMission (or mission) is mianly used to merge multiple PDF files to serve as the base document for creating a Task.

The statuses of the mission include:

StatusDescription
file_uploadingThe mission has been created and is now awaiting PDF file uploads.
processingThis mission is currently processing the PDF file merge.
completedThe mission is completed merging all PDF files.
failedThe mission encountered exceptions while merging PDF files.
deletedThe mission and uploaded PDF files was deleted.

📘

API Usages

With DottedSign API, developers can initiate a mission using the Create a File Mission API and upload files via the provided links in the response. Subsequently, the file_mission_id from the response is utilized to create a Task.

Developers also have the option to monitor the mission's status using the Get a File Mission API.

🚧

Warning

If a mission is not assigned to a Task within three days of its creation, it will be automatically deleted by the system.