
Salesforce API Integration Profile
Information and guides about integrating with Salesforce API
Add Salesforce Integration to Your AppRegistration - Initialize in Salesforce API
Submits the registration data to the init/registration endpoint and returns a request identifier. At the same time, an OTP is sent out to the end users via email or sms. Registration data is passed in the request body, and is formatted with JSON, with 5 keys: userdata
, customdata
, password
, recaptcha
, and verificationmethod
. The first two keys are JSON structures, and the last 3 keys are strings.
This request returns JSON, and includes an identifier (request identifier).
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Query | query | object | |
Data | data | object | |
Customdata | data.customdata | object | |
City | data.customdata.city | string | |
Mobile Phone | data.customdata.mobilePhone | string |