Create Event Action Request

Request body for creating a new event action.

Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptions

Properties

Name Type Description
Event object
Action object
View JSON Schema on GitHub

JSON Schema

create-event-action-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-schema/create-event-action-request-schema.json",
  "title": "Create Event Action Request",
  "description": "Request body for creating a new event action.",
  "type": "object",
  "required": [
    "Event",
    "Action"
  ],
  "properties": {
    "Event": {
      "type": "object"
    },
    "Action": {
      "type": "object"
    }
  }
}