Amazon Pinpoint · Schema

ContactCenterActivity

ContactCenterActivity schema from Amazon Pinpoint API

CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

Properties

Name Type Description
NextActivity object
View JSON Schema on GitHub

JSON Schema

amazon-pinpoint-contact-center-activity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-contact-center-activity-schema.json",
  "title": "ContactCenterActivity",
  "description": "ContactCenterActivity schema from Amazon Pinpoint API",
  "type": "object",
  "properties": {
    "NextActivity": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The unique identifier for the next activity to perform after the this activity."
        }
      ]
    }
  }
}