Fermin Perdomo

Senior Full Stack Engineer | PHP | JavaScript

Imagine you have a list of customers you must call from Vicidial's campaign. How can you pass the lead from Salesforce into Vicidial?

In this tutorial, I will teach you how to sync your customers from Salesforce into Vicidial using Laravel.

Requirements:
  • Salesforce account.

  • Vicidial account, Vicidial list, and Vicidial API user.

  • Laravel

  • We will assume you already have the integration between Salesforce and Laravel. If you want to learn how to do you can follow this tutorial:
    FROM SALESFORCE TO LARAVEL: A GUIDE TO SUCCESSFUL LEAD MANAGEMENT INTEGRATIONHow to connect Vicidial with LaravelWe will need to install a package to use Vicidial API.Add the Vicidial API user and password to the .env file.Create a new service provider class on App\Providers with the name VicidialServiceProvider.Add the new service provider to the config app on the providers list:Now we only need to query the leads from Salesforce and then send them to Vicidial:ConclusionIn this blog post, we've explored how to successfully integrate Vicidial and Salesforce using Laravel. Following this tutorial, you can leverage Salesforce's powerful lead management capabilities in your Laravel application and the communication feature Vicidial.