Sync MessageBird conversations to Salesforce
In this article, you will learn how to sync existing conversations on the MessageBird platform to your Salesforce instance.
Get all MessageBird conversations
To bring all of your MessageBird conversations into Salesforce, we run a batch process in the developer console. You’re required to do this operation the first time that you install the plugin (to retroactively get existing conversations).
Click the gear icon on the top-right-hand corner of your page.
Click developer console.
Copy-paste the code. It will look similar to this:
Get all MessageBird conversation messages
To bring all of your MessageBird conversation messages into Salesforce, we run a batch process in the developer console.
Click the gear icon on the top-right-hand corner of your page.
Click developer console.
Before getting all the messages, run the batch to get all conversations, as we get messages for each conversation in this batch.
Copy-paste the code. It will look similar to this:
Last updated