Tag: API
How to call API from flow in Salesforce
To call an API from a flow in Salesforce, you can use the Apex action or the HTTP request action. Here is a step-by-step explanation of how to do it: Create a new flow or open an existing flow in
Dispatch event from child to parent in LWC
In LWC (Lightning Web Components), you can dispatch an event from a child component to its parent by using the standard CustomEvent API. Here’s an example of how you can do it: In the child component, create a custom event:
Best Practices for API Testing
APIs (Application Programming Interfaces) are an integral part of modern software development. They enable developers to create software that interacts with other applications and services, making it possible for applications to communicate with each other. However, testing APIs can be
How to get Attachments from Salesforce using API in C#
Description: The code below shows how we can get Salesforce attachments from various objects and save them to a particular folder on a local disk. This is the complete code to get all attachments saved in all Contact objects in
Upload document using Google Drive API in .Net
We will create a console application using .net and upload documents to google drive using Google Drive API V3. Step 1: Enable Drive API Go to the Google API Console. Select a project. In the sidebar on the left, click
Azure API Management
INTRODUCTION Azure API Management is a secure, scalable, and reliable way to manage, consume, and publish the APIs which are running on the Microsoft Azure platform. It provides the tools to fully manage the APIs. It makes sure that the
Creating Rest API in Node Js
Rest API Rest API is an application program interface, that uses GET, POST, PUT, DELETE data. It is referred to as a REPRESENTATIONAL STATE TRANSFER (RESTful) web service. Creating the API Creating Rest API in Node Js firstly needs to
Creating API’s with Node.js GraphQL
Introduction In this article, my aim is to present a quick guide on how to create Node.js GraphQL API. With a well-structured API, it is possible to have a solid, maintainable, and scalable API that can serve multiple kinds of
Etag Header in API Response
What is ETag header and how it works? ETag stands for entity tag. Etag Header is a response header element which provides a mechanism to cache the unchanged resources. Whenever we make an API call, we can use this header