Create a conversation.

POST /api/v1/conversation

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)

      Additional properties are allowed.

    • Number of participants in conversation (if included)

    • participants array[object]

      Participants in this conversation (if included)

      Additional properties are allowed.

    • The latest message of the conversation (if included)

      Additional properties are allowed.

    • Number of messages in the conversation (if included)

    • Number of files in the conversation (if included)

    • tags array[object]

      Conversation tags (if included)

      Additional properties are allowed.

    • 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 \
 -X POST https://api.plannrcrm.com/api/v1/conversation \
 -H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
 -H "Content-Type: application/json" \
 -H "Accept: application/json" \
 -H "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
 -d '{"name":"Annual Review","case":"6051ede8-ba69-4182-a5ca-536e63e04e2e","participants":["34a3fff2-7ffe-42cb-bdd7-c0adefa8964f","186107b8-6027-43c3-ad1c-77f5282e4c58"]}'
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": "6051ede8-ba69-4182-a5ca-536e63e04e2e",
  "participants": [
    "34a3fff2-7ffe-42cb-bdd7-c0adefa8964f",
    "186107b8-6027-43c3-ad1c-77f5282e4c58"
  ]
}
Response examples (200)
{
  "case": {
    "name": "finance",
    "slug": "finance",
    "type": "App\\Http\\Resources\\CasesTypeResource",
    "uuid": "59341d19-06ea-4abd-be4b-49e76fdaf506",
    "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",
    "created_at": "2025-01-17T11:18:29+00:00",
    "updated_at": "2025-01-17T11:18:29+00:00",
    "completed_at": "2025-01-17T11:18:29+00:00",
    "participants": "App\\Http\\Resources\\AccountResource",
    "custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
    "status_position": 4,
    "task_board_uuid": "001e9587-eae4-4ffe-a69e-1db3b58b42fe",
    "participants_count": 4
  },
  "name": "Welcome to Plannr",
  "slug": "welcome-to-plannr",
  "tags": [
    {
      "name": "Mortgage",
      "slug": "mortgage",
      "uuid": "268626c3-c161-43db-80e0-e37c6017fe10",
      "colour": "#ef4582",
      "created_at": "2025-01-17T11:18:29+00:00",
      "updated_at": "2025-01-17T11:18:29+00:00"
    }
  ],
  "uuid": "d0fe8b05-38da-4be0-a62d-9950e7368bf9",
  "pinned": true,
  "is_admin": false,
  "created_at": "2025-01-17T11:18:29+00:00",
  "updated_at": "2025-01-17T11:18:29+00:00",
  "files_count": 2,
  "participants": [
    {
      "firm": "App\\Http\\Resources\\FirmResource",
      "name": "Gareth Thompson",
      "role": "client",
      "tags": "App\\Http\\Resources\\TagResource",
      "type": "client",
      "uuid": "c22f0e69-8fee-4ca5-a7d3-b7774cfc9543",
      "email": "gareth@codepotato.co.uk",
      "groups": "App\\Http\\Resources\\GroupResource",
      "owners": "App\\Http\\Resources\\AccountResource",
      "last_name": "Thompson",
      "created_at": "2025-01-17T11:18:29+00:00",
      "first_name": "Gareth",
      "updated_at": "2025-01-17T11:18:29+00:00",
      "with_login": true,
      "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-01-17T11:18:29+00:00",
      "has_joint_account": true,
      "current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
      "first_contact_date": "2025-01-17T11:18:29+00:00",
      "external_references": "App\\Http\\Resources\\ExternalReferenceResource",
      "assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
      "previous_review_date": "2025-01-17T11:18:29+00:00",
      "primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
      "assigned_administrator": "App\\Http\\Resources\\AccountResource",
      "anniversary_review_date": "2025-01-17T11:18:29+00:00"
    }
  ],
  "latest_message": {
    "user": "App\\Http\\Resources\\UserResource",
    "uuid": "9492bb2d-85b3-4b3a-90a6-989b91bc22b2",
    "files": "App\\Http\\Resources\\FileResource",
    "author": "App\\Http\\Resources\\AccountResource",
    "edited": true,
    "contents": "Welcome to Plannr!",
    "reactions": "App\\Http\\Resources\\ReactionResource",
    "created_at": "2025-01-17T11:18:29+00:00",
    "deleted_at": "2025-01-17T11:18:29+00:00",
    "updated_at": "2025-01-17T11:18:29+00:00"
  },
  "messages_count": 30,
  "belongs_to_case": true,
  "participants_count": 3
}