Amazon Pinpoint · Arazzo Workflow

Amazon Pinpoint Publish In-App Template

Version 1.0.0

Create an in-app message template then read it back to confirm it was stored.

1 workflow 1 source API 1 provider
View Spec View on GitHub CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalyticsArazzoWorkflows

Provider

amazon-pinpoint

Workflows

publish-in-app-template
Create an in-app template and confirm it via a read-back.
Creates an in-app message template with the supplied content and layout, then retrieves it to confirm the stored template name and ARN.
2 steps inputs: content, layout, templateName outputs: storedTemplateName, templateArn
1
createInAppTemplate
Create an in-app message template with the supplied content and layout.
2
getInAppTemplate
Read the in-app template back to confirm it was stored with the expected name and content.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Pinpoint Publish In-App Template
  summary: Create an in-app message template then read it back to confirm it was stored.
  description: >-
    Authors an in-app message template — the modal content and layout shown inside
    an application — and then reads the template back to confirm its content and
    ARN were persisted. The active-version promotion step is intentionally omitted
    here: the template active-version resource documents support only for EMAIL,
    PUSH, SMS, and VOICE, so this in-app flow verifies via a read-back instead.
    Each step spells out its request inline so the flow can be read and executed
    without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: templatesApi
  url: ../openapi/amazon-pinpoint-templates-api-openapi.yml
  type: openapi
workflows:
- workflowId: publish-in-app-template
  summary: Create an in-app template and confirm it via a read-back.
  description: >-
    Creates an in-app message template with the supplied content and layout, then
    retrieves it to confirm the stored template name and ARN.
  inputs:
    type: object
    required:
    - templateName
    - content
    properties:
      templateName:
        type: string
        description: The name of the in-app template to create and read back.
      content:
        type: array
        description: The InAppMessageContent modals for the template (up to 5).
      layout:
        type: string
        description: The layout of the in-app message.
  steps:
  - stepId: createInAppTemplate
    description: Create an in-app message template with the supplied content and layout.
    operationId: CreateInAppTemplate
    parameters:
    - name: template-name
      in: path
      value: $inputs.templateName
    requestBody:
      contentType: application/json
      payload:
        InAppTemplateRequest:
          Content: $inputs.content
          Layout: $inputs.layout
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      templateArn: $response.body#/TemplateCreateMessageBody/Arn
  - stepId: getInAppTemplate
    description: >-
      Read the in-app template back to confirm it was stored with the expected
      name and content.
    operationId: GetInAppTemplate
    parameters:
    - name: template-name
      in: path
      value: $inputs.templateName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      storedTemplateName: $response.body#/InAppTemplateResponse/TemplateName
      storedArn: $response.body#/InAppTemplateResponse/Arn
  outputs:
    templateArn: $steps.createInAppTemplate.outputs.templateArn
    storedTemplateName: $steps.getInAppTemplate.outputs.storedTemplateName

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/amazon-pinpoint-publish-in-app-template-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.