Data × CRM
AirtableSalesforceAGNT

Automate Airtable + Salesforce

Structured records with an API worth automating. The enterprise system of record for revenue. Put an agent between them and the hand-off stops being manual: it reads, decides, acts, and shows its work.

Install Lead Researcher → Get AGNT free

Lead Researcher already works across Airtable and Salesforce — free, and it runs on your machine.

Automations teams run

These are not field mappings. An agent reads the Airtable side, works out what it means, and only then decides what — if anything — should happen in Salesforce.

When a record is created in Airtable…

…an agent can update records and fields in Salesforce — after reading the context and deciding it should.

When a field changes in Airtable…

…an agent can create tasks and notes in Salesforce — after reading the context and deciding it should.

When a view gains a row in Airtable…

…an agent can extract report data in Salesforce — after reading the context and deciding it should.

When a lead or opportunity changes in Salesforce…

…an agent can create and update records in Airtable — with the reasoning recorded in the run’s receipt.

When a task is due in Salesforce…

…an agent can query views for reporting in Airtable — with the reasoning recorded in the run’s receipt.

When a report cycle begins in Salesforce…

…an agent can link records across tables in Airtable — with the reasoning recorded in the run’s receipt.

Copy this Airtable → Salesforce workflow

Start with a custom-api call to api.airtable.com and a custom-api call to {instance}.my.salesforce.com. Configure the Airtable source payload, the agent input, and the Salesforce operation. The sequential template does not implement conditional writes or approval by itself.

Airtable to Salesforce: run on a schedule → review source and draft → call salesforce TRIGGER trigger-timer Run on a schedule Configure activation ACTION agnt-agent Review source and draft Configure inputs ACTION custom-api Call Salesforce Configure inputs
Setup template for Airtable and Salesforce; verify data mapping and authorization using test accounts.
Airtable → SalesforceSetup template · configure before activation

This is a schema-checked starting point, not an end-to-end tested automation. Replace every CONFIGURE_ value, choose the operations you intend, connect credentials and map source outputs into later inputs. An edge orders steps; it does not supply a condition, an approval gate or a field mapping. Add and test those controls explicitly before any write. Cloud APIs and model providers may receive data. Keep the workflow inactive until tested with fixtures.

{
  "id": "765097ca-9da7-445b-a581-a05d209059ea",
  "name": "Airtable → Salesforce",
  "nodes": [
    {
      "id": "68697932-4dd8-45be-a4d1-c7eef1e4318c",
      "text": "Run on a schedule",
      "x": 512,
      "y": 144,
      "isEditing": false,
      "type": "trigger-timer",
      "icon": "connect",
      "category": "trigger",
      "isSelected": false,
      "parameters": {
        "fireOnStart": "No",
        "scheduleType": "Interval",
        "schedule": "Every 15 Minutes"
      },
      "description": "Setup template for Timer Trigger. This trigger node fires the workflow at specified intervals or at a specific time. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "d813dd07-ff5b-407e-a8ab-cb334d2f642c",
      "text": "Review source and draft",
      "x": 512,
      "y": 336,
      "isEditing": false,
      "type": "agnt-agent",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "agentId": "CONFIGURE_AGENTID",
        "message": "Read the Airtable item. Decide whether it warrants action in Salesforce, and explain why.\nSource input: CONFIGURE_SOURCE_INPUT. Produce a reviewable draft only; do not take external actions."
      },
      "description": "Setup template for Agent Chat. Chat with an AI agent from your agent library. Select an agent and send messages to interact with it within your workflow. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "4a524f85-80db-4b58-a068-3719d04b13a0",
      "text": "Call Salesforce",
      "x": 512,
      "y": 528,
      "isEditing": false,
      "type": "custom-api",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "url": "https://{instance}.my.salesforce.com/services/data/v59.0/sobjects/Contact",
        "method": "GET",
        "authType": "None",
        "query": "",
        "headers": "{}"
      },
      "description": "Setup template for Custom API Request. This action node makes a custom API request to any endpoint with configurable method, headers, and authentication. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    }
  ],
  "edges": [
    {
      "id": "d972b420-f3b0-4d57-ae99-73e75817ac3a",
      "start": {
        "id": "68697932-4dd8-45be-a4d1-c7eef1e4318c",
        "type": "output"
      },
      "end": {
        "id": "d813dd07-ff5b-407e-a8ab-cb334d2f642c",
        "type": "input"
      },
      "startX": 800,
      "startY": 168,
      "endX": 512,
      "endY": 360
    },
    {
      "id": "6b75e722-2645-4304-ad43-b93c74395b70",
      "start": {
        "id": "d813dd07-ff5b-407e-a8ab-cb334d2f642c",
        "type": "output"
      },
      "end": {
        "id": "4a524f85-80db-4b58-a068-3719d04b13a0",
        "type": "input"
      },
      "startX": 800,
      "startY": 360,
      "endX": 512,
      "endY": 552
    }
  ],
  "zoomLevel": 1,
  "canvasOffsetX": 0,
  "canvasOffsetY": 0,
  "isTinyNodeMode": false
}

Configure Custom API Request

This action node makes a custom API request to any endpoint with configurable method, headers, and authentication.

  • url — The URL of the API endpoint Current example: https://{instance}.my.salesforce.com/services/data/v59.0/sobjects/Contact.
  • method — The HTTP method for the request Current example: GET.
  • authType — The type of authentication Current example: None.
  • query — Query parameters for the request (e.g., 'key1=value1&key2=value2') Current example: .
  • headers — Optional headers for the request. e.g., {"Content-Type": "application/json"} Current example: {}.

Install Lead Researcher

Lead Researcher already uses both Airtable and Salesforce, so installing it gives you this exact hand-off wired up — connected, editable, and running on your own machine.

Runs on your own machine · See what it does

What building this looks like

  1. Download AGNT Community Core — free and local-first.
  2. Connect Airtable with an API key pasted into the vault and Salesforce with one OAuth sign-in; both land in the local vault.
  3. Start from a marketplace workflow, or drop a custom-api node and a custom-api node onto the canvas with an agent between them.
  4. Put an approval gate on anything consequential, then run it — the receipt shows what was read in Airtable and what was written to Salesforce.

Airtable and Salesforce — common questions

Can I connect Airtable to Salesforce without writing code?

Yes. Airtable connects with an API key pasted into the vault and Salesforce with one OAuth sign-in, both from the local credential vault. You then describe the job in plain language — “when a record is created, update records and fields” — and the agent handles the rest.

How is this different from a field-mapping Airtable to Salesforce automation?

The difference shows up on the messy inputs. A rule chain needs every case enumerated in advance; an agent handles pipeline trackers that stay current the way a colleague would — reading the Airtable context, judging it, then writing to Salesforce with the reasoning recorded.

Does my Airtable and Salesforce data leave my machine?

AGNT Community Core is local-first, so there is no vendor middleman holding your Airtable or Salesforce tokens. The runtime talks directly to both services. Choose a local model and the content of what it reads never leaves the machine at all.

What does a Airtable and Salesforce run leave behind?

You get an auditable trail rather than a success flag. It shows the Airtable context the agent worked from, the judgment it made about hygiene enforced across the pipeline, and the exact change applied in Salesforce, with approvals attached where you required them.

Give AI a job. Get the proof.