function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Abhishek Thakur 17Abhishek Thakur 17 

Regarding Migrating Salesforce integration

Hi 

I want to know can Qwilr/Salesloft or any other integration can be connected to multiple salesforce orgs? 

Generally, how do we migrate the Integration from one org to another?

VinayVinay (Salesforce Developers) 
Hi Abhishek,

You would need to build in your integration in lower instance and move changes to higher environments using metadata api tools like ANT, VSCode etc.,  Also you can package your components and install in different orgs.

Check more details below.
https://developer.salesforce.com/docs/atlas.en-us.234.0.packagingGuide.meta/packagingGuide/packaging_about_packages.htm

Also there are tools available on appexchange check and see if they match your requirement.

https://appexchange.salesforce.com/

Please mark as Best Answer if above information was helpful.

Thanks,