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
Frank Jordan 14Frank Jordan 14 

API to create new accounts in Salesforce

I am pretty new to Salesforce development and wanted to know if there is an API for creating new accounts. We have a website where users fill in their info into a form and we would like for this data to push to Salesforce through an API. Is this possible?
UC InnovationUC Innovation
There are several APIs that can help you here. I'd recommend looking into SOAP or Bulk API.

Here's the documentation on SOAP:

https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_quickstart_intro.htm