---
title: "Send Workflow Message"
method: POST
path: "/workflow/{workflowId}/conversations"
tags: ["Workflows"]
---

# Send Workflow Message

`POST /workflow/{workflowId}/conversations`

Sends a message to a workflow conversation and returns a streaming response

## Path parameters

- `workflowId` integer, required

## Request body

- DirectMessageRequest
  - `messages` Message[], required
    - `role` string, required
    - `content` string, required
    - `createdAt` string, date-time
    - `attachments` AttachmentDto[], required
      - `id` integer, required
      - `fileName` string, required
      - `fileSize` integer, required
      - `contentType` string, required
      - `createdAt` string, date-time, required
      - `downloadUrl` string
  - `system` string
  - `temperature` number, double
  - `maxTokens` integer
  - `conversationId` integer
  - `resumeFromCutoff` boolean

## Response `200`

Message sent successfully

---

[API](https://skmtc.net/laminar/apis/laminar-api.md) · [All operations](https://skmtc.net/laminar/apis/laminar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laminar/laminar-api/versions/f0b9f895fdd8/schema)
