autoResponseAPI

This object contains all the APIs associated with the auto-response experience. For a guide, see Auto-Response API.

Removes parameters from the list of parameters. This method must be called after the onEmbeddedMessagingReady event is dispatched.

ParameterTypeDescription
First parameterArray of stringsArray of strings containing the parameters to be removed from the auto response data.

Adds parameters to the list of parameters. These parameters are passed to the auto-response component in Salesforce. This method must be called after the onEmbeddedMessagingReady event is dispatched.

ParameterTypeDescription
First parameterobjectA list of key-value pairs contains the parameter names and their values.