ExecuteActionRequest

Request for the DataConnectorService.ExecuteAction method.

JSON representation
{
  "name": string,
  "actionName": string,
  "args": {
    object
  }
}
Fields
name

string

Required. DataConnector resource.

The data connector used for executing the action.

actionName

string

Required. name of the action.

For example: "send_email"

args

object (Struct format)

Required. Named arguments of the action.

For example: {"recipient": "tom@...", "subject": ... }

When offered to a user, this part might be editable.