Publishes a RabbitMQ command for each import that is still in Submitted status. Status delivery on completion has two mutually exclusive modes:
SignalR (default for the Lens UI): supply correlationId. The import service posts a callback to the internal Lens webhook, which broadcasts to the caller via the LensPaymentControlImportStatus event.
Webhook (for API integrators): supply webhookUrl (HTTPS recommended) and an optional webhookSecret. The import service POSTs a signed JSON envelope (PaymentControlImportStatus_Request shape) to your URL on terminal status. Verify X-TIC-Signature (HMAC-SHA256 of the body with your secret).
Imports already past Submitted are silently skipped. When both modes are supplied, webhookUrl wins and no SignalR broadcast occurs for that import.
Enterprise+ tierDocumentation Index
Fetch the complete documentation index at: https://docs.tic.io/llms.txt
Use this file to discover all available pages before exploring further.