Back to Tools

Salesforce

CRM

Full Salesforce CRM integration. Manage leads, contacts, opportunities, accounts, and custom objects.

Available Actions
querycreateupdatedeletebulk
Input Schema
{
  "type": "object",
  "required": [
    "object",
    "action"
  ],
  "properties": {
    "data": {
      "type": "object"
    },
    "action": {
      "type": "string"
    },
    "object": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "records": {
      "type": "array"
    },
    "success": {
      "type": "boolean"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/salesforce

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/salesforce \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "query"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.