← All apps

Automate PubNub for free on Stepper

PubNub is a real-time communication platform for publish/subscribe messaging, presence, message persistence, push notifications, and app context metadata.

I want to integratewithSee how to connect PubNub to ...

Triggers available for PubNub on Stepper

New Message on Channel

Triggers when a new message is published to a PubNub channel. Requires the Message Persistence add-on to be enabled.

  • 3 parameters

New or Updated User

Triggers when a user (UUID object) is created or updated. Requires the App Context (Objects) add-on.

Actions available for PubNub on Stepper

Publish Message

Publishes a message to a PubNub channel.

  • 6 parameters

Send Signal

Sends a lightweight signal message to a PubNub channel. Signals are small (~64 bytes) real-time messages suitable for ephemeral data like typing indicators.

  • 2 parameters

Get Message History

Retrieves historical messages for one or more channels.

  • 6 parameters

Get Message Count

Returns the number of messages published on one or more channels since a given timetoken.

  • 2 parameters

Add Message Action

Adds an action (e.g. a reaction) to a published message on a channel.

  • 4 parameters

Here Now

Returns the occupancy and optionally the UUIDs and state of subscribers currently present on a channel.

  • 3 parameters

Get User Metadata

Retrieves metadata for a specific user (UUID) from PubNub Objects.

  • 1 parameters

Set User Metadata

Creates or updates metadata for a user (UUID) in PubNub.

  • 6 parameters

Set Channel Metadata

Creates or updates metadata for a PubNub channel.

  • 4 parameters

Add Channels to Channel Group

Adds one or more channels to a channel group.

  • 2 parameters

Remove Channels from Channel Group

Removes one or more channels from a channel group.

  • 2 parameters

Register Device for Push

Registers a device token to receive push notifications on the specified channels.

  • 5 parameters

Make HTTP Request

Make an HTTP request to any URL with full control over method, headers, and body.