Enable Delivery
The following endpoint allows you to enable the delivery of messages in an outbound queue.
This endpoint is not available for inbound queues, as inbound queues process received messages rather than deliver messages.
PUT
/api/{version}/services/queues/{queue_name}/actions/enable_deliveryHeaders
Section link for Headers| Name | Description |
|---|---|
Accept | application/json (default) or application/xml |
URI Path Parameters
Section link for URI Path ParametersRequest
Section link for Requestcurl -X PUT -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v20.2/services/queues/new_study_queue__c/actions/enable_deliveryResponse
Section link for Response{
"responseStatus": "SUCCESS"
}