Salesforce Shots: Access Salesforce Data Outside Salesforce using API

Whenever we need to access salesforce data outside of salesforce, firstly we need to create a connected app inside our Salesforce org, it will give the credentials like client Id, and client secret which we will use to generate access token as parameters. In our scenario, we are using Postman where we can access the […]

Build messenger with chat and video calling using QuickBlox API and SDK

QuickBlox: QuickBlox provides an instant messaging API that allows chat and calling functionality to be added to any Android, iOS, or Web application. Here, we will look into the quick implementation of Chat functionality. Requirements for QuickBlox Flutter SDK For IOS Platform version required 13.0. For the Android Platform, the minimum version is 5.0, and the API level is […]