Basecamp · Example Payload

Messagecreaterequest Example

CollaborationProject ManagementRESTSaaSTeam Communication

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

Top-level fields

subjectcontentstatuscategory_idsubscriptions

Example Payload

Raw ↑
{
  "subject": "example-subject",
  "content": "example-content",
  "status": "example-status",
  "category_id": 0,
  "subscriptions": []
}