# Salesforce - New PushTopic event trigger (real-time)

This trigger uses the Salesforce Streaming API (opens new window) to monitor Salesforce in real-time for new PushTopic events in subscribed channels. Any PushTopic events not picked up within 24 hours, for example, if the recipe was stopped for longer than 24 hours, are not be processed by the recipe. This trigger picks up events from the last 24 hours when you start the recipe, provided the PushTopic has been active for that duration.

# Prerequisites

You must create a PushTopic (opens new window) object in Salesforce before you can use this trigger. Workato recommends creating focused PushTopics to minimize the number of trigger events and avoid running jobs on unnecessary trigger events.

Workato fetches the output schema as defined in the PushTopic automatically. You can define a new schema by using a SOQL query or manually specifying the fields.

PushTopic trigger setup The recipe receives data as specified in the schema

# Input

Input fields Description
Pushtopics Select a PushTopic to subscribe to.
Output schema Define a new schema by using a SOQL query or manually adding fields.

# Output

Output fields Description
Replay ID A number indicating the sequence of event notifications.
Created date The date and time the event was created.
Type The type of trigger event.

Additional outputs load dynamically based on the PushTopic schema.


Last updated: 10/17/2025, 9:03:52 PM