Skip to main content
POST
/
locations
/
{locationId}
/
integrations
Connect a webhook-style provider
curl --request POST \
  --url https://api.pickupbell.com/locations/{locationId}/integrations \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "provider": "<string>",
  "webhook_url": "<string>",
  "label": "<string>"
}
'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "location_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "provider": "slack",
    "status": "connected",
    "external_id": "<string>",
    "expires_at": "2023-11-07T05:31:56Z",
    "config": {},
    "connected_at": "2023-11-07T05:31:56Z",
    "disconnected_at": "2023-11-07T05:31:56Z",
    "last_synced_at": "2023-11-07T05:31:56Z",
    "last_error": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pickupbell.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Location-scoped API token from Settings → API & MCP.

Path Parameters

locationId
string
required

Location UUID or slug (e.g. premier-hvac).

Body

application/json
provider
string
required

Slug from the integration catalog (e.g. slack, zapier, make, n8n, calcom).

webhook_url
string<uri>
required
label
string

Response

201 - application/json

Connected

data
object

Access / refresh tokens are never returned.