This is a reusable UiPath library that anyone can use to generate Leads and Opportunities in SalesForce. The library is written in a generic way and it is fully configurable via arguments.
The library contains two main reusable components LeadGeneration and OpportunityGeneration.
This highly reusable component can be used to generate Leads in SalesForce. It accepts the following configuration arguments:
FirstName- the first name of the leadLastName- the last name of the leadCompany- the company of the leadEmail- the email address of the leadSFConsumerKey- SalesForce consumer keySFConsumerSecret- SalesForce consumer secretSFUserName- your production SalesForce usernameSFPassword- your production SalesForce passwordSFSecurityToken- SalesForce security token
This highly reusable component can be used to generate Opportunities in SalesForce. It accepts the following configuration arguments:
Product- the name of the product the client is interested inSFConsumerKey- SalesForce consumer keySFConsumerSecret- SalesForce consumer secretSFUserName- your production SalesForce usernameSFPassword- your production SalesForce passwordSFSecurityToken- SalesForce security token
-
You can easily connect this library with your SalesForce instance. You just have to provide your SalesForce credentials as arguments (see above the exact names).
-
You can also easily connect this library with a different CRM system if you would like to.
MIT