Back to Tools

Pipedrive

CRM

Pipedrive CRM for sales pipeline management. Manage deals, persons, organizations, and activities.

Available Actions
dealspersonsorganizationsactivities
Input Schema
{
  "type": "object",
  "required": [
    "resource",
    "action"
  ],
  "properties": {
    "data": {
      "type": "object"
    },
    "action": {
      "type": "string"
    },
    "resource": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object"
    },
    "success": {
      "type": "boolean"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/pipedrive

cURL Example

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

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