Amazon Pinpoint · JSON Structure

Amazon Pinpoint Contact Center Activity Structure

ContactCenterActivity schema from Amazon Pinpoint API

Type: object Properties: 1
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

ContactCenterActivity is a JSON Structure definition published by Amazon Pinpoint, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

NextActivity

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-contact-center-activity-structure.json",
  "name": "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."
        }
      ]
    }
  }
}