cancel
Showing results for 
Search instead for 
Did you mean: 

How to create an Account Record in Salesforce using Rest API and send "ID" as a response

svedantam
New Contributor

How to create an Account Record in Salesforce using Rest API and send “ID” as a response

9 REPLIES 9

SpiroTaleski
Valued Contributor

@svedantam

If creation of that record in Salesforce is successful, then on the Salesforce Create Snap’s output you should have the id of the created record.

svedantam
New Contributor

@Spiro_Taleski
Do you mean that is the response id?

SpiroTaleski
Valued Contributor

@svedantam

If you have the Salesforce Create Snap properly configured, the accounts will be created in Salesforce, and the Snap will produce output(similar like Mapper snap), that will contains the saleforce id’s of the created accounts.

@Spiro_Taleski okay, how to connect to salesforce account without using salesforce create snap and only by using service url in REST POST/GET snap, when i try to give a service url it is showing as invalid. How to give correct one

svedantam
New Contributor

@Spiro_Taleski Any hunch?