Pushwoosh website screenshot

Pushwoosh

Pushwoosh is a customer engagement platform offering push notifications, in-app messaging, email, SMS, and Live Activities for mobile and web. Strong segmentation and journey-builder.

4 APIs 0 Features
NotificationsPushEmailSMSMulti-Channel

APIs

Pushwoosh Messaging API

Send push notifications, email, SMS and in-app messages to user audiences.

Pushwoosh Devices & Users API

Register and manage devices and end-user profiles.

Pushwoosh Audience & Segmentation API

Tags, filters and segments for dynamic audience targeting.

Pushwoosh Statistics API

Read campaign and message performance statistics.

Collections

Pricing Plans

Pushwoosh Plans Pricing

1 plans

PLANS

Rate Limits

Pushwoosh Rate Limits

1 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Pushwoosh Messaging API
  version: '1.3'
items:
- info:
    name: Messages
    type: folder
  items:
  - info:
      name: Create a message (deprecated, use createTargetedMessage or Messaging API v2)
      type: http
    http:
      method: POST
      url: https://api.pushwoosh.com/json/1.3/createMessage
      body:
        type: json
        data: '{}'
    docs: Create a message (deprecated, use createTargetedMessage or Messaging API v2)
  - info:
      name: Create a targeted message
      type: http
    http:
      method: POST
      url: https://api.pushwoosh.com/json/1.3/createTargetedMessage
      body:
        type: json
        data: '{}'
    docs: Create a targeted message
  - info:
      name: Delete a queued message
      type: http
    http:
      method: POST
      url: https://api.pushwoosh.com/json/1.3/deleteMessage
      body:
        type: json
        data: '{}'
    docs: Delete a queued message
  - info:
      name: Retrieve message details
      type: http
    http:
      method: POST
      url: https://api.pushwoosh.com/json/1.3/getMessageDetails
      body:
        type: json
        data: '{}'
    docs: Retrieve message details
bundled: true