Skip to main content

Easily Integrate
Customer.io's Journeys App API using Konfig's TypeScript SDK

Need a TypeScript SDK for Customer.io's Journeys App API?

Growing API Companies trust Konfig's SDKs to onboard developers to their API.

SnapTradeHumanloopSplititLeapGroundx

First, instantiate the SDK

It only takes a few lines of code.

index.ts

import { CustomerIoJourneysApp } from 'customer-io-journeys-app-typescript-sdk';
const customerIoJourneysApp = new CustomerIoJourneysApp({
/*
* The App API uses a bearer authentication scheme.
*
* You can generate a bearer token, known as an **App API Key**, with a defined scope in [your account settings](https://fly.customer.io/settings/api_credentials?keyType=app). [Learn more about bearer authorization in Customer.io](https://customer.io/docs/api/app/).
*
*/
bearerAuth: "BEARER_AUTH"
})

Then, send your first request

We made it really easy.

index.ts

// Trigger a broadcast
const triggerBroadcastResponse = customerIoJourneysApp.sendMessages.triggerBroadcast()

Enjoy a buttery smooth developer experience with 111 SDK methods

How Konfig Works

Konfig collects APIs and automatically generates SDKs so you can focus on building your application.

openapi-examples

Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository

We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.

openapi-examples-to-konfig

Generates AI-Augmented SDKs from openapi-examples

Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.

konfig-to-package-managers

Publishes to standard package managers

We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.

Customer.io

About Customer.io

Customer.io is a versatile marketing automation tool for sending relevant messages based on behavior across web and mobile products. Impersonal messages lead to bad experiences. That's why we use real-time data to help you deliver the right message, exactly when it's needed — like sending an event reminder over SMS or the perfect onboarding email. Our robust platform enables you to: - Automate your product messaging, with the ability to build, test, and send messages from one platform. - Create and manage newsletters, transactional messages, and behavioral messages - Do more with your behavior and data -- connect our powerful segmentation and automation engine with other apps to drive user behavior and save time. Learn more: https://customer.io

Keywords

messaging
email
marketing

Start integrating Customer.io's Journeys App API with Konfig