Amazon Pinpoint · JSON Structure

Amazon Pinpoint Channel Type Structure

ChannelType schema from Amazon Pinpoint API

Type: string Properties: 0
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

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

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-channel-type-structure.json",
  "name": "ChannelType",
  "description": "ChannelType schema from Amazon Pinpoint API",
  "type": "string",
  "enum": [
    "PUSH",
    "GCM",
    "APNS",
    "APNS_SANDBOX",
    "APNS_VOIP",
    "APNS_VOIP_SANDBOX",
    "ADM",
    "SMS",
    "VOICE",
    "EMAIL",
    "BAIDU",
    "CUSTOM",
    "IN_APP"
  ]
}