MCP Server for Salesforce

Build 24.0.9300

PushTopic

Stores PushTopic records used for real-time data updates through the Streaming API.

Columns

Name Type ReadOnly References Description
Id [KEY] String True

Unique identifier for the push topic record.

Name String False

Name of the push topic, used by clients to subscribe to real-time notifications.

Query String False

Salesforce Object Query Language (SOQL) query that defines the data and conditions for triggering notifications.

ApiVersion Double False

API version used to interpret the query and deliver the payload.

IsActive Boolean False

Indicates whether the push topic is currently active and sending notifications.

NotifyForFields String False

Specifies whether to notify on changes to all fields or only referenced fields.

NotifyForOperations String True

Defines which operations—such as create, update, delete—should trigger notifications.

Description String False

Text description explaining the purpose or target use case of the push topic.

NotifyForOperationCreate Boolean False

Indicates whether a notification should be sent when a record is created.

NotifyForOperationUpdate Boolean False

Indicates whether a notification should be sent when a record is updated.

NotifyForOperationDelete Boolean False

Indicates whether a notification should be sent when a record is deleted.

NotifyForOperationUndelete Boolean False

Indicates whether a notification should be sent when a deleted record is restored.

IsDeleted Boolean True

Indicates whether the push topic has been deleted from the system.

CreatedDate Datetime True

Date and time when the push topic was initially created.

CreatedById String True

User.Id

Identifier of the user who created the push topic.

LastModifiedDate Datetime True

Date and time when the push topic was last updated.

LastModifiedById String True

User.Id

Identifier of the user who last modified the push topic.

SystemModstamp Datetime True

System-generated timestamp reflecting the most recent update to the push topic.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9300