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
Padmashree MPadmashree M 

Hi,I have a question regarding integration and the question is say I have to integrate two salesforce orgs,is sandbox org and production org can be integrated

VinayVinay (Salesforce Developers) 
Hi Padmashree,

You can use Named Credentials,  API's, connected app between two salesforce orgs.

Check below examples that can help you.

https://jayakrishnasfdc.wordpress.com/2021/01/24/integration-between-salesforce-orgs-connecting-2-salesforce-orgs-using-named-credentials/
http://akashmishra.co.in/salesforce-salesforce-integration-using-rest-api-callouts/
https://salesforceprofs.com/salesforce-to-salesforce-rest-api-integration/

Salesforce to salesforce
https://help.salesforce.com/s/articleView?id=sf.business_network_intro.htm&type=5

Please mark as Best Answer if above information was helpful.

Thanks,
Padmashree MPadmashree M
Hi vinay, My question is can source org be sandbox and target org can be production or vice versa or both the orgs should be prod?
VinayVinay (Salesforce Developers) 
It can be two separate Salesforce orgs either sandbox or production it doesn't matter and you should be good to establish connection between different orgs.

Thanks,