Amazon Pinpoint · Arazzo Workflow

Amazon Pinpoint Pause Active Journey

Version 1.0.0

Activate a draft journey then immediately pause it for review.

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

Provider

amazon-pinpoint

Workflows

pause-active-journey
Activate a journey then pause it.
Sets an existing journey to ACTIVE, then immediately sets it to PAUSED to hold new entrants while in-flight activities continue.
2 steps inputs: applicationId, journeyId outputs: pausedState
1
activateJourney
Activate the journey so it begins running.
2
pauseJourney
Pause the now-active journey so new endpoints stop entering while in-flight activities continue to completion.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Pinpoint Pause Active Journey
  summary: Activate a draft journey then immediately pause it for review.
  description: >-
    Transitions a journey through two state changes in sequence: first it
    activates a draft journey so it begins running, then it pauses the same
    journey. Pausing holds new endpoints from entering while preserving in-flight
    activities, which is useful for a controlled review window. 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
workflows:
- workflowId: pause-active-journey
  summary: Activate a journey then pause it.
  description: >-
    Sets an existing journey to ACTIVE, then immediately sets it to PAUSED to hold
    new entrants while in-flight activities continue.
  inputs:
    type: object
    required:
    - applicationId
    - journeyId
    properties:
      applicationId:
        type: string
        description: The application that owns the journey.
      journeyId:
        type: string
        description: The journey to activate and then pause.
  steps:
  - stepId: activateJourney
    description: Activate the journey so it begins running.
    operationId: UpdateJourneyState
    parameters:
    - name: application-id
      in: path
      value: $inputs.applicationId
    - name: journey-id
      in: path
      value: $inputs.journeyId
    requestBody:
      contentType: application/json
      payload:
        JourneyStateRequest:
          State: ACTIVE
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      activeState: $response.body#/JourneyResponse/State
  - stepId: pauseJourney
    description: >-
      Pause the now-active journey so new endpoints stop entering while in-flight
      activities continue to completion.
    operationId: UpdateJourneyState
    parameters:
    - name: application-id
      in: path
      value: $inputs.applicationId
    - name: journey-id
      in: path
      value: $inputs.journeyId
    requestBody:
      contentType: application/json
      payload:
        JourneyStateRequest:
          State: PAUSED
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      pausedState: $response.body#/JourneyResponse/State
  outputs:
    pausedState: $steps.pauseJourney.outputs.pausedState

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-pause-active-journey-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.