Amazon Pinpoint · Arazzo Workflow

Amazon Pinpoint Push Template Campaign

Version 1.0.0

Create a push notification template then launch a campaign that uses it.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalyticsArazzoWorkflows

Provider

amazon-pinpoint

Workflows

push-template-campaign
Author a push template and launch a campaign referencing it.
Creates a push notification template, then creates a campaign whose TemplateConfiguration references the push template by name.
2 steps inputs: applicationId, campaignName, defaultPush, schedule, segmentId, templateName outputs: campaignId, templateArn
1
createPushTemplate
Create a push notification template with the supplied default content.
2
createCampaign
Create a campaign that targets the supplied segment and renders from the push template created in the previous step.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Pinpoint Push Template Campaign
  summary: Create a push notification template then launch a campaign that uses it.
  description: >-
    Authors a reusable push notification message template and then creates a
    campaign whose template configuration points at it by name, so a push campaign
    renders its content from the shared template. 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: appsApi
  url: ../openapi/amazon-pinpoint-apps-api-openapi.yml
  type: openapi
- name: templatesApi
  url: ../openapi/amazon-pinpoint-templates-api-openapi.yml
  type: openapi
workflows:
- workflowId: push-template-campaign
  summary: Author a push template and launch a campaign referencing it.
  description: >-
    Creates a push notification template, then creates a campaign whose
    TemplateConfiguration references the push template by name.
  inputs:
    type: object
    required:
    - applicationId
    - templateName
    - defaultPush
    - segmentId
    - campaignName
    - schedule
    properties:
      applicationId:
        type: string
        description: The application the campaign belongs to.
      templateName:
        type: string
        description: The name of the push template to create and reference.
      defaultPush:
        type: object
        description: The DefaultPushNotificationTemplate content for the template.
      segmentId:
        type: string
        description: The segment the campaign targets.
      campaignName:
        type: string
        description: The name of the campaign to create.
      schedule:
        type: object
        description: The Schedule object that controls when the campaign runs.
  steps:
  - stepId: createPushTemplate
    description: Create a push notification template with the supplied default content.
    operationId: CreatePushTemplate
    parameters:
    - name: template-name
      in: path
      value: $inputs.templateName
    requestBody:
      contentType: application/json
      payload:
        PushNotificationTemplateRequest:
          Default: $inputs.defaultPush
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      templateArn: $response.body#/CreateTemplateMessageBody/Arn
  - stepId: createCampaign
    description: >-
      Create a campaign that targets the supplied segment and renders from the
      push template created in the previous step.
    operationId: CreateCampaign
    parameters:
    - name: application-id
      in: path
      value: $inputs.applicationId
    requestBody:
      contentType: application/json
      payload:
        WriteCampaignRequest:
          Name: $inputs.campaignName
          SegmentId: $inputs.segmentId
          Schedule: $inputs.schedule
          TemplateConfiguration:
            PushTemplate:
              Name: $inputs.templateName
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      campaignId: $response.body#/CampaignResponse/Id
  outputs:
    templateArn: $steps.createPushTemplate.outputs.templateArn
    campaignId: $steps.createCampaign.outputs.campaignId

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-push-template-campaign-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.