Skip to main content
Skip table of contents

Outbox transport type

Outbox Transport Type

Links "Outbox" transport type is actually a message queue used for non-standard asynchronous transport types.

The requirements / design of these solutions will differ greatly, but basically, messages can be picked up one by one from the queue through the REST API and after successful delivery to the final endpoint, the document status can be switched to "Completed".

If a distribution has "Outbox" as it's outgoing transport type, the document status will be set to "Outbox" when the document is ready to be sent. Only after the document has been picked up and is successfully sent to the receiver will the document status go to "Completed".

Developers should read more in the REST API documentation.

Content on this page:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.