Introduction
This integration enables the creation of new records in Salesforce directly from Clay. Utilizing Salesforce's REST API, specifically the SObject Create endpoint, users can seamlessly add new data to their Salesforce instance. This action supports creating records across various Salesforce objects, allowing for efficient data management and synchronization between the two platforms.
Provider: https://salesforce.com
โAPI Documentation: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections_create.htm
Input
Name | Is Optional | Description | Type |
Salesforce Object | The object type to look for in your Salesforce instance. | text | |
Duplicate Rule Override | true | If switched on and you have a [duplicate rule](https://help.salesforce.com/s/articleView?id=sf.duplicate_rules_map_of_reference.htm&type=5), Clay will override the duplicate rule and create a new record even if it's a duplicate. | boolean |
Object Fields | true | dynamicFields |