---
title: "Followup conversation"
method: PUT
path: "/beta/conversations/{conversationId}/followup"
tags: ["Conversations", "Chatbots"]
---

# Followup conversation

`PUT /beta/conversations/{conversationId}/followup`

Follow up a conversation by providing its id and expiration timestamp.

## Path parameters

- `conversationId` integer, required

## Request body

- FollowupConversationInput
  - `timestamp` string, date-time, required — A timestamp for when the followup should expire
  - `userId` string, uuid — An optional agent/admin to followup the conversation

## Response `204`

The conversation was successfully followed up

## Other responses

- `400` — Invalid value for: path parameter conversationId, Invalid value extracted from request context, Invalid value for: body, User not found, User is not agent/admin
- `404` — An entity in this request could not be found

---

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