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
VRK1VRK1 

Questions on REST API Integration with Monday.com Tool

Hi 
we are planning to Inegrate between Salesforce to Monday.com Tool ( Bi-sync direction)  on Opportunity, opportunity line Item, Resource__c , Skill__c objects 

Resource__c is the lookup object for Opportunity Line Item
Skill__c          is the lookup object for Resource__c.

We need Push 'Resource__c','Skill__c' & 'Opportunity Line Item' data to Monday.com Tool.

By using Rest API , can we post 
opportunity --> opportunity line item---> resource__c --> Skill__c .

I need to post / retrive data from Monday.com  <---> Salesforce.

can anyone help me on this ?
How can we query resource__c & Skill__ c data and post to Monday.com Tool ?

Thanks
 
VinayVinay (Salesforce Developers) 
There is no direct answer for this,  I would suggest you to start on with implementation and come back if you see any errors or issues.

You can also check on appexchange if there are any tools available.

https://appexchange.salesforce.com/

Thanks,