Hi all, I have arrived the solution to my problem. Actually, I was examining the sample given in the linkhttp://wiki.developerforce.com/page/Getting_Started_with_the_Force.com_REST_API. Then implemented OAuth 2.0 Username-Password Flow which is fromhttps://login.salesforce.com/help/doc/en...
What is Salesforce Data Cloud (with use cases)? Rest APIs are quite easy to use and my preferred way to get things done. This post outlines how you can enable your SFDC instance to accept REST calls, and demonstrates fetching the data using Postman . Create a Connected App # Create a ...
Check “Enable OAuth Settings” under the “API (Enable OAuth Settings)” section. Step 6 Select the required OAuth Scopes for this connected app. In this demo, we are just planning to access & manage data in Salesforce so the appropriate scope would be “Access & manage your data (API...
Postman is an API advancement environment that is used to test APIs, make robotized tests, get data or responses from your requests, and lots more. Connecting it with Salesforce through using the REST API goes a long way in helping you to manage your customers’ details effectively and reach...
Hello All, I am working on power bi desktop. I am using salesforce as a data source for creating report. However I am using Salesforce rest api to
Before that, here are three simple steps to integrate with the GroupConnect API: Set up an API integration within Salesforce Marketing Cloud. Enroll your Facebook Pages for use in GroupConnect Use the app to send messages via Facebook Messenger by initiating requests through the REST API. ...
I am trying to test REST API. The login authentication has its own URI and it works when I test it. However, I have another URI but it requires the Login Authentication to execute first. So, what I did was I created a REST project, create a Resource for Login Authentication ...
Model Description: An optional description of your Model. Note that this description will be stored in clear text in the Model file. Base URL: The host name portion of your REST endpoints. For example: https://api.hubapi.com The Configuration Manager opens to the Connection tab. ...
Once the connection is created, we can create our first step. Basically, we will call this API to create Job (Bulk Read) Here, in Visual Studio, drag and drop the ZS Salesforce API Task on the design surface. Double click the Task and configure Request Settings Tab like below –Select...
You can use the claim resolver herehttps://learn.microsoft.com/en-us/azure/active-directory-b2c/claim-resolver-overviewto get the claim value. Firstly, declare anapplicationId(or similar) claim type: Then in the REST API technical profile, refer to thisapplicationIdclaim using the{OIDC:Cl...