PerformOptions
The PerformOptions object contains the default options of the Perform call.
Name | Data Type | Description |
---|---|---|
CallsInConversation | xsd | Indicates the number of calls that are part of a conversation. Marketing Cloud doesn't begin processing the conversation until the specified number of calls have been received. This is an optional property. When you specify this property, you must also specify the ConversationID property. |
Client | ClientID | Specifies the account ownership and context of an object. |
ConversationID | xsd | A unique ID for grouping multiple calls into a single conversation. All calls with the same ConversationID are processed as a single unit. This is an optional property. |
Explanation | xsd | Specifies a reason for pausing a running send. |
Priority | xsd | This property is being deprecated. Important: The Marketing Cloud API still honors this property. However, we recommend that you use the QueuePriority property in new API calls. |
QueuePriority | Priority | Defines the priority for asynchronous sends. Accepted values: High , Medium , and Low . The default value is Medium . |
RequestType | RequestType | Defines a request as synchronous or asynchronous. |
SaveOptions | SaveOption[] | Allows upsert on selected objects. |
ScheduledTime | xsd | Keeps requests in an asynchronous queue until the time specified in the call. To maintain compliance with data privacy regulations, avoid scheduling tasks in the future. Scheduling async tasks in the future can reintroduce deleted or restricted contacts into the system. |
SendResponseTo | AsyncResponse[] | Defines how responses are returned and under what conditions. Optional. |
SequenceCode | xsd | Specifies the processing sequence of a multi-step conversation. This optional property requires the use of ConversationID. |