Amazon Pinpoint · Example Payload

Amazon Pinpoint Template Response Example

example-tags

Amazon Pinpoint Template Response Example is an example object payload from Amazon Pinpoint, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ArnCreationDateDefaultSubstitutionsLastModifiedDatetagsTemplateDescriptionTemplateNameTemplateTypeVersion

Example Payload

Raw ↑
{
  "Arn": "arn:aws:pinpoint:us-east-1:123456789:apps/abc123",
  "CreationDate": "example-CreationDate",
  "DefaultSubstitutions": "example-DefaultSubstitutions",
  "LastModifiedDate": "example-LastModifiedDate",
  "tags": "example-tags",
  "TemplateDescription": "Description for TemplateDescription",
  "TemplateName": "Example Templatename",
  "TemplateType": "STANDARD",
  "Version": "example-Version"
}