Basecamp · Example Payload

Webhook Example

CollaborationProject ManagementRESTSaaSTeam Communication

Webhook Example is an example object payload from Basecamp, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idactivecreated_atupdated_atpayload_urltypesurlapp_url

Example Payload

Raw ↑
{
  "id": 0,
  "active": true,
  "created_at": "2026-04-19T12:00:00Z",
  "updated_at": "2026-04-19T12:00:00Z",
  "payload_url": "example-payload_url",
  "types": [],
  "url": "example-url",
  "app_url": "example-app_url"
}