enqueue

suspend fun enqueue(type: String, payloadJson: String, userId: String? = null): Boolean

Backwards-compatible enqueue API.

For enterprise pilots, prefer enqueueDetailed to get rejection reasons.

Threading: Main-safe. Database IO is dispatched internally.