Slack is a cloud-based application meant to improve organisational communication. In this post, we will integrate Slack in Salesforce for Customized messages.
flow
- ApexIntegrationLightning FlowSalesforce
Verify Phone using Flow HTTP Callout
by Dhanik Lal Sahni February 28, 2023Business need verified customers so that they can share important information with them. This post will verify phone using Flow Http Callout with VeriPhone API
- ApexLightningLightning FlowSalesforce
Posting Rich Text Chatter using Apex
by Dhanik Lal Sahni November 21, 2022Salesforce Chatter is a collaboration tool that let users share information and files. This post will help in posting rich text chatter using Apex.
- LightningLightning FlowSalesforce
Custom Toast with custom duration In LWC
by Dhanik Lal Sahni May 10, 2022We use toast for showing error, warning, or success messages in our LWC based on use cases. This post will help in creating custom toast to show formatted text.
- ApexIntegrationLightning FlowSalesforce
Cuttly Url Shortener in Salesforce
by Dhanik Lal Sahni February 17, 2022URL Shortening is required when we send email with URL link or sending SMS to customers. This post will give detail on using Cuttly Url Shortener in Salesforce.
- ApexLightningLightning FlowSalesforce
Verify Phone in Salesforce using VeriPhone API
by Dhanik Lal Sahni May 27, 2021Verified phone is required by many clients for their business use case. Verified phone helps business to give their services to valid customers. Below are some reason where business are…
Platform events enable application to deliver secure, scalable, and customizable event notifications within the Salesforce platform or from external source. In this post we will publish platform events from ASP.NET…
Most of the time we have a requirement to store files in other cloud storage services like AWS, Microsoft One Drive, Dropbox, Google Drive, etc. This depends on clients’ requirements…
- ApexEinsteinLightningSalesforce
Create OCR App using Salesforce Einstein OCR API
by Dhanik Lal Sahni June 26, 2020Nowadays organizations are going for digital automation for most of their repetitive work like manual records entries from printed forms. This manual entry requirement can be for the application form,…
Last week I got a request about extracting the vehicle license plate numbers. Requester wanted to extract the license plate number from the image. I was not sure that we…