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

Is there any reason why you don’t use the Salesforce SnapPack?

The Salesforce Snaps in background are using the Salesforce REST API’s.

BR,
Spiro Taleski

svedantam
New Contributor

@ Spiro_Taleski I used below flow to read the parameters from pipeline to create an account in salesforce. but i am not sure how to get ID as a response from this

image

SpiroTaleski
Valued Contributor

@svedantam

The last snap, is that a Salesforce Create Snap?

If so, first check the Snap Execution mode(select Validate&Execute), so on the output you will see the results of the created records.

BR,
Spiro Taleski

svedantam
New Contributor

yeah i fixed it already. Now my question is how to capture response body after creating an Account record in salesforce