RespondWhen

The RespondWhen object sends a response via email or HTTP post for an asynchronous call. You can send to separate URLs for different actions as necessary.

NameData TypeDescription
AlwaysEnumerationAlways send the response. The response sends whether the processing completes successfully or with an error status.
NeverEnumerationSpecifies that a response is never sent for an asynchronous process.
OnCallCompleteEnumerationSpecifies that a response is sent when an asynchronous call is complete.
OnConversationCompleteEnumerationSpecifies that a response is sent when an asynchronous conversation is complete.
OnConversationErrorEnumerationSpecifies that a response is sent when an asynchronous conversation returns an error.
OnErrorEnumerationSpecifies that a response is sent when an asynchronous process returns an error.