Salesforce - New PushTopic event trigger (real-time)

This trigger uses the Salesforce Streaming API 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 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 setupThe recipe receives data as specified in the schema

Input

Input fieldsDescription
PushtopicsSelect a PushTopic to subscribe to.
Output schemaDefine a new schema by using a SOQL query or manually adding fields.

Output

Output fieldsDescription
Replay IDA number indicating the sequence of event notifications.
Created dateThe date and time the event was created.
TypeThe type of trigger event.

Additional outputs load dynamically based on the PushTopic schema.

Last updated: