Skip to content

The following endpoint allows you to enable the delivery of messages in an outbound Spark messaging queue, or an SDK job queue. This allows messages to exit the queue. For example, enabling delivery on an SDK job queue allows messages to be delivered to the processor.

PUT/api/{version}/services/queues/{queue_name}/actions/enable_delivery
NameDescription
Acceptapplication/json (default) or application/xml
NameDescription
{queue_name}The name of a specific Queue.
curl -X PUT -H "Authorization: {SESSION_ID}" \ https://myvault.veevavault.com/api/v26.1/services/queues/new_study_queue__c/actions/enable_delivery
{ "responseStatus": "SUCCESS" }