Salesforce Pub/Sub Inbound Endpoint Reference¶
The following sections provide a detailed reference for the Salesforce Pub/Sub Inbound Endpoint in WSO2 Micro Integrator.
Parameter | Description | Required | Default Value |
---|---|---|---|
name | The name of the inbound endpoint. | Yes | None |
Polling Interval | The interval at which the inbound endpoint polls for new events from Salesforce. | No | 100 |
Server URL | The URL of the Salesforce server to connect to. | Yes | api.pubsub.salesforce.com |
Port | The port number to connect to the Salesforce server. | No | 7443 |
Topic Name | The name of the Salesforce topic to subscribe to. | Yes | None |
Replay Preset | The replay preset to use for the subscription. Options include EARLIEST, LATEST, and CUSTOM. | Yes | LATEST |
Replay ID | The custom replay ID to use for the subscription. Required if Replay Preset is set to CUSTOM. | No | None |
Access Token | The access token for authenticating with Salesforce. This is required only if header authorized option | Yes | None |
Instance URL | The base URL of the Salesforce instance. This is required only if header authorized option | Yes | None |
Tenant ID | The Salesforce organization ID. This is required only if header authorized option | Yes | None |
Username | The Salesforce username for authentication. This is required only if basic option | Yes | None |
Password | The Salesforce password for authentication. This is required only if basic option | Yes | None |
Security Token | The Salesforce security token for authentication. This is required only if basic option | No | None |