Create A Salesforce Lead

Airkit is designed to work with many different platforms, providing a better front end for your digital experiences. In this guide we walk through creating a lead in Salesforce. We start with configuring your Organization for working with your Salesforce account and then move creating a connection to create a lead.

Setting up your connection to Salesforce

You will be presented with the Salesforce Login Page. Log in with your Salesforce Credentials. Once you are connected you will see an additional item on your Credentials page for your new connection.

In the Datasource section of the new integration, select the Salesforce credential you just created. Save your app.

Creating the Connection

If you were successful you will see run results that look something like this:

{
  "success": true,
  "result": {
    "id": "00Q4x000001l9oKEAQ",
    "success": true,
    "errors": []
  },
  "errorMessage": null
}

Adding other properties to your Lead

Summation

In this guide we walked through creating one type of Salesforce object from within the connection builder using a Salesforce Integration. You can create any type of Salesforce object following similar steps. You can also find and update salesforce objects and even subscribe to object property changes with Subscriptions.

Last updated