*Introduction* SalesforceBulk is a RESTful API that is optimal for loading or deleting large sets of data. You can use it to query, insert, update, upsert, or delete a large number of records asynchronously by submitting batches that Salesforce processes in the background.
*API (REST)* https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/ *Salesforce Bulk Connector Summary* • Connector Name: salesforcebulk-connector-1.0.0 • Version: 1.0.0 • Technology: REST *Authentication* All requests in the API requires authentication, which is done with the use of an access token. *Methods* *Jobs* createJob - Creating a new job. updateJob - Closing the job /aborting a job. getJob - Retrieving job details. *Binary Attachments* createJobToUploadBatchFile - Creating a job for batches with binary attachments. uploadBatchFile - Creating a batch with binary attachments. *Batches* addBatch - Adding a batch to the job. getBatchStatus - Checking batch status. getBatchResults - Retrieving batch results. getBatchRequest - Retrieving a batch request. listBatches - Retrieving information for all batches in a job. Thanks & Regards, Vinitha -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-SalesforceBulk-tp124628.html Sent from the WSO2 Architecture mailing list archive at Nabble.com. _______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
