Developer Platform

Build customer engagement with Growise APIs.

Integrate Growise to identify users, capture events, automate customer journeys, deliver campaigns, and power AI-driven customer engagement from your applications.

JavaScript Quick StartSDK
import Growise from '@growise/sdk'

const growise = new Growise({
  apiKey: process.env.GROWISE_API_KEY,
})

growise.identify('user_123')

growise.track('Product Viewed', {
  productId: '12345',
  category: 'Shoes',
})

Quick Start

Integrate Growise in minutes.

Follow three simple steps to connect your application, identify users and start sending events to Growise.

01Step 01
Install the SDK

Choose the Growise SDK for your platform and install it using your preferred package manager.

npm install @growise/sdk
02Step 02
Identify Users

Create unified customer profiles by identifying users across all devices and sessions.

growise.identify('user_123')
03Step 03
Track Events

Start sending customer events to power analytics, segmentation, journeys and AI insights.

growise.track('Product Viewed')
Ready to build?Continue with the complete Quick Start guide.

Learn authentication, SDK initialization, user identification, event tracking and production best practices.

Open Quick Start

API Reference

Explore the Growise APIs.

Browse comprehensive REST API documentation for every Growise resource, complete with request examples, response schemas, parameters and implementation guidance.

Security
Authentication

API keys, authentication headers and securing your requests.

View reference
Tracking
Events

Track user events and custom behaviors across every touchpoint.

View reference
Profiles
Users

Create, update and manage customer profiles and identities.

View reference
Audience
Segments

Create dynamic user segments for targeting and personalization.

View reference
Automation
Journeys

Manage customer journeys and automation workflows programmatically.

View reference
Messaging
Campaigns

Create, schedule and manage campaigns using the Growise APIs.

View reference
Content
Templates

Work with reusable message templates across multiple channels.

View reference
Realtime
Webhooks

Receive real-time event notifications from Growise.

View reference
Complete API Documentation

Prefer a guided path? Start from documentation or talk to the team.