From e17c7378d2e6e906594723a2dcdc2f2a9bea9cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Barroso?= Date: Tue, 12 Nov 2024 12:57:38 +0100 Subject: [PATCH] changelog: salesforce destination (#190) * changelog; salesforce destination * remove info --- changelog/2024-04-13-http-connector.md | 2 +- ...-11-05-salesforce-destination-connector.md | 25 +++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 changelog/2024-11-05-salesforce-destination-connector.md diff --git a/changelog/2024-04-13-http-connector.md b/changelog/2024-04-13-http-connector.md index 03877540..a882f5e0 100644 --- a/changelog/2024-04-13-http-connector.md +++ b/changelog/2024-04-13-http-connector.md @@ -20,4 +20,4 @@ Enhance your data integration capabilities with the **new HTTP connector for Con For an in-depth look at how the new HTTP connector can enhance your data integration, check out our [blog post](https://meroxa.com/blog/introducing-the-new-http-connector-for-conduit-streamline-your-data-flow/), and visit our [Conduit HTTP Connector GitHub page](https://github.com/conduitio-labs/conduit-connector-http) ::: -![scarf pixel conduit-site-changelog](https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5) \ No newline at end of file +![scarf pixel conduit-site-changelog](https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5) diff --git a/changelog/2024-11-05-salesforce-destination-connector.md b/changelog/2024-11-05-salesforce-destination-connector.md new file mode 100644 index 00000000..89c4588c --- /dev/null +++ b/changelog/2024-11-05-salesforce-destination-connector.md @@ -0,0 +1,25 @@ +--- +slug: '2024-11-05-salesforce-destination-connector' +title: New Salesforce destination connector +draft: false +tags: [conduit, connector, salesforce] +--- + +We're happy to announce a new **Salesforce Destination Connector 0.5** for Conduit on [`v0.5.0`](https://github.com/conduitio-labs/conduit-connector-salesforce/releases/tag/v0.5.0), featuring real-time data integration with Salesforce Platform Events. This release enhances your ability to publish records directly to Salesforce, leveraging the power of Platform Events for seamless real-time communication between systems. + + + +### Key Highlights + +- **Real-Time Data Publishing**: The Destination connector now supports publishing incoming records to Salesforce Platform Events in real-time, enabling efficient asynchronous communication and data exchange. +- **PubSub API Integration**: Utilizes Salesforce's PubSub API for subscribing to event data, ensuring reliable and scalable event-driven architecture. +- **Custom Platform Events**: Listen to and publish custom Platform Events tailored to your specific use cases, as well as subscribe to existing events within Salesforce. +- **OAuth Authentication**: Securely authenticate with Salesforce using OAuth credentials, ensuring safe and authorized access to your Salesforce data. + +:::tip +For detailed instructions on setting up and using the new Destination feature, refer to our [documentation](https://github.com/conduitio-labs/conduit-connector-salesforce#destination). +::: + +This release marks a significant step towards enhancing the integration capabilities of the Conduit Salesforce Connector, providing a robust solution for real-time data synchronization with Salesforce. + +![scarf pixel conduit-site-changelog](https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5)