Headers

application/json

Body Required

  • name string Required

    Conversation title

  • case string

    Case uuid to assign this conversation too

  • participants array[string]

    Account uuids belonging to the firm

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • uuid string

      The UUID of the resource.

    • The timestamp of when the resource was created.

    • The timestamp of when the resource was updated.

    • name string

      Conversation title

    • slug string

      Conversation title as a slug

    • Whether or not the conversation belongs to a case.

    • case object

      Case the conversation belongs to (if included)

    • Number of participants in conversation (if included)

    • participants array[object]

      Participants in this conversation (if included)

    • The latest message of the conversation (if included)

    • Number of messages in the conversation (if included)

    • Number of files in the conversation (if included)

    • tags array[object]

      Conversation tags (if included)

    • pinned boolean

      Whether the conversation has been pinned to the top (if participants included)

    • is_admin boolean

      If the authenticated account is an admin of the conversation (if participants included)

POST /api/v1/conversation
curl \
 --request POST 'https://api.plannrcrm.com/api/v1/conversation' \
 --header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
 --header "Content-Type: application/json" \
 --header "Accept: application/json" \
 --header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
 --data '{"name":"Annual Review","case":"84397b0d-7b51-41a9-a2b4-5344515bb695","participants":["3ad74822-d845-409f-b1f2-85a54ea6f293","f7e9f906-0a77-4810-87d3-0c47a8bd43e2"]}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}

# Payload
{
  "name": "Annual Review",
  "case": "84397b0d-7b51-41a9-a2b4-5344515bb695",
  "participants": [
    "3ad74822-d845-409f-b1f2-85a54ea6f293",
    "f7e9f906-0a77-4810-87d3-0c47a8bd43e2"
  ]
}
Response examples (200)
{
  "case": {
    "name": "finance",
    "slug": "finance",
    "type": "App\\Http\\Resources\\CasesTypeResource",
    "uuid": "6dd6a6bf-8564-4027-8a5c-7b8d7a121511",
    "plans": "App\\Http\\Resources\\Plans\\PlanResource",
    "value": {
      "amount": {
        "example": "4000",
        "description": "Money amount at their lowest denominator (for example: pennies)"
      },
      "currency": {
        "example": "GBP",
        "description": "Currency of the money"
      },
      "formatted": {
        "example": "£40.00",
        "description": "Money amount formatted with currency"
      }
    },
    "status": "App\\Http\\Resources\\CasesStatusResource",
    "review_at": "2025-06-05T11:39:39+01:00",
    "created_at": "2025-06-05T11:39:39+01:00",
    "updated_at": "2025-06-05T11:39:39+01:00",
    "group_uuids": [
      "f014d983-82d8-4059-8823-680e90d6daed"
    ],
    "completed_at": "2025-06-05T11:39:39+01:00",
    "participants": "App\\Http\\Resources\\AccountResource",
    "custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
    "status_position": 4,
    "task_board_uuid": "fb486c02-cd13-471f-91c0-642614cad1a7",
    "assigned_to_uuids": [
      "24e3133c-3725-4d49-a356-ab72dc34e2a6"
    ],
    "participants_count": 4
  },
  "name": "Welcome to Plannr",
  "slug": "welcome-to-plannr",
  "tags": [
    {
      "name": "Mortgage",
      "slug": "mortgage",
      "uuid": "15b0b2df-a28a-4e8d-926f-2ecfa3ea5836",
      "colour": "#ef4582",
      "created_at": "2025-06-05T11:39:39+01:00",
      "updated_at": "2025-06-05T11:39:39+01:00"
    }
  ],
  "uuid": "dc6f573f-e060-46dd-ad7c-5048f8f16177",
  "pinned": true,
  "is_admin": false,
  "created_at": "2025-06-05T11:39:39+01:00",
  "updated_at": "2025-06-05T11:39:39+01:00",
  "files_count": 2,
  "participants": [
    {
      "firm": "App\\Http\\Resources\\FirmResource",
      "name": "Gareth Thompson",
      "role": "client",
      "tags": "App\\Http\\Resources\\TagResource",
      "type": "client",
      "uuid": "4c846b7a-11d6-4182-818b-e20c5e04b6d7",
      "email": "gareth@codepotato.co.uk",
      "groups": "App\\Http\\Resources\\GroupResource",
      "owners": "App\\Http\\Resources\\AccountResource",
      "last_name": "Thompson",
      "created_at": "2025-06-05T11:39:39+01:00",
      "first_name": "Gareth",
      "updated_at": "2025-06-05T11:39:39+01:00",
      "with_login": true,
      "inactive_at": "2025-06-05",
      "custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
      "introduced_by": "App\\Http\\Resources\\AccountResource",
      "primary_email": "App\\Http\\Resources\\ContactDetailResource",
      "can_be_deleted": "false",
      "assigned_adviser": "App\\Http\\Resources\\AccountResource",
      "next_review_date": "2025-06-05T11:39:39+01:00",
      "has_joint_account": true,
      "current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
      "first_contact_date": "2025-06-05T11:39:39+01:00",
      "external_references": "App\\Http\\Resources\\ExternalReferenceResource",
      "assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
      "joint_account_circle": "App\\Http\\Resources\\CircleResource",
      "ownership_percentage": 100,
      "previous_review_date": "2025-06-05T11:39:39+01:00",
      "primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
      "assigned_administrator": "App\\Http\\Resources\\AccountResource",
      "anniversary_review_date": "2025-06-05T11:39:39+01:00"
    }
  ],
  "latest_message": {
    "user": "App\\Http\\Resources\\UserResource",
    "uuid": "487d9976-fe41-4fcd-8f47-cbd594cc97c3",
    "files": "App\\Http\\Resources\\FileResource",
    "author": "App\\Http\\Resources\\AccountResource",
    "edited": true,
    "contents": "Welcome to Plannr!",
    "reactions": "App\\Http\\Resources\\ReactionResource",
    "created_at": "2025-06-05T11:39:39+01:00",
    "deleted_at": "2025-06-05T11:39:39+01:00",
    "updated_at": "2025-06-05T11:39:39+01:00"
  },
  "messages_count": 30,
  "belongs_to_case": true,
  "participants_count": 3
}