Apex · Email Service · Integration · Outlook · Salesforce · Trigger

Send ICS calendar invitations for Outlook meetings

Here we are going to send the meeting invites from salesforce using ICS calendar to our outlook. In general ICS is the  iCalendar/.ics/.ical file and it is used to store the calendar information. Whenever you export anything a outlook, google, etc., calendar  it will automatically save as .ics file. New and updated meetings are sent… Continue reading Send ICS calendar invitations for Outlook meetings

Integration · Paypal

Salesforce integration with Paypal

Purpose of Integration The main purpose of this blog is to integrate the Paypal Payment Gateway with Salesforce. Paypal is useful to make the payment from e-com community or sites.In this blog, we are going to implement Paypal integration with Salesforce for a basic payment for Merchant Type account, the payments would be from Customers… Continue reading Salesforce integration with Paypal

Integration · MuleSoft · Salesforce

Return Requested Data from Salesforce Multiple Data Sources using MuleSoft

This blog walks you through the Integration between Salesforce and  Mulesoft Anypoint Studio. Consider a scenario that returns requested records from multiple Salesforce orgs. Consider Account object  with an External ID field  named as Account Code which  allows alphanumeric inputs. This flow will receive the Account Code as a JSON input via a HTTP listener and it… Continue reading Return Requested Data from Salesforce Multiple Data Sources using MuleSoft

Integration · Salesforce

Continuous Integration in Salesforce using Jenkins and Bitbucket

This blog takes you up through the advancement in continuous integration in Salesforce. I will walk through the approach of deploying only the changed element from bit bucket to destination org. The flow starts from polling the Bit bucket repository from Jenkins. If there is any change or new commit happens to the master branch… Continue reading Continuous Integration in Salesforce using Jenkins and Bitbucket

Integration · Salesforce

How to use external Id to Upsert data in salesforce using Talend

Please find below links for the installation and introduction about Talend. https://blogs.absyz.com/2018/10/16/introduction-to-talend-integration-tool/ https://blogs.absyz.com/2018/10/17/how-to-export-data-from-salesforce-using-talend/ What is an external Id? External Id is a very interesting feature given by Salesforce. It is very helpful when we are importing data from external system without duplicates. It references an ID (record Identifier) from external system. Only 3 types of… Continue reading How to use external Id to Upsert data in salesforce using Talend

Integration · Lightning · Salesforce

Salesforce Integration with WordPress

This post will help you to integrate Salesforce with WordPress and access the blogs in Salesforce from WordPress. Here we are getting the blog from a linked WordPress account and displaying it in a lightning modal popup in Salesforce. Steps to be implemented: 1. Create an app in WordPress application manager [create App]. Redirect URL… Continue reading Salesforce Integration with WordPress

Integration

How to Export data from salesforce using Talend

Transferring data to and from Salesforce is not very difficult. Salesforce data import wizard and Salesforce Dataloader.io tools made the job of data migration a rather point-and-click process. However for repetitive, complex, or large scale data transfer operations, these tools become too difficult. Talend is one such tool with a great portfolio of data integration and migration offerings that can… Continue reading How to Export data from salesforce using Talend