Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.23 KB

EnqueueAllOf.md

File metadata and controls

13 lines (9 loc) · 1.23 KB

freeclimb.Model.EnqueueAllOf

Properties

Name Type Description Notes
ActionUrl string A request is made to this URL when the Call leaves the Queue, which can occur if enqueue of the Call fails or when the call is dequeued via the `Dequeue` command, the REST API (POST to Queue Member resource), or the caller hangs up.
NotificationUrl string URL to be invoked when the call enters the queue. The request to the URL contains the standard request parameters.This is a notification only; any PerCL returned will be ignored. [optional]
QueueId string ID of the Queue to which to add the Call. If the Queue does not exist, it will be created. The ID must start with QU followed by 40 hex characters.
WaitUrl string A request is made to this URL when the Call leaves the Queue, which can occur if enqueue of the Call fails or when the call is dequeued via the `Dequeue` command, the REST API (POST to Queue Member resource), or the caller hangs up.

[Back to Model list] [Back to API list] [Back to README]