PubSubPublish

Task to publish salesforce messages with a Pub/Sub API

Task version: 1.0.0

Required Frends version: 5.7+

Required .NET version: 8.0

Compatible Agents: Crossplatform

Source code: https://github.com/FrendsPlatform/Frends.Salesforce/tree/main/Frends.Salesforce.PubSubPublisharrow-up-right

Task Parameters

Name
Description

TopicName : String

The topic or event name to publish to.

Default: - Example: MyCustomEvent__e

Payload : String

The message payload to send in Json format correct with topic schema.

Default: - Example: { "field": "value" }

Headers : List<Header>

Optional headers to include with the message.

Default: - Example: object[] { object { string Key, string Value } }

Task Result

Name
Description

Success : Boolean

Indicates if the publish operation completed successfully. True if successful, otherwise false. Example: true

MessageId : String

The ID of the published message (if available). Base64-encoded replay ID. Example: "MTIzNDU2"

Error : Error

Error that occurred during task execution. Error details or null if none. Example: null

Task Changelog

Changelog for Task Frends.Salesforce.PubSubPublish.

[1.0.0] - 2026-04-26

Added

  • Initial implementation

Last updated

Was this helpful?