How to create an Account Record in Salesforce using Rest API and send "ID" as a response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2023 06:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023 07:23 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023 07:43 AM
@Spiro_Taleski
Do you mean that is the response id?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023 07:45 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023 07:48 AM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023 09:24 AM
@Spiro_Taleski Any hunch?