---
title: "Sends a follow-up message to a deferred Discord interaction."
method: POST
path: "/followUpInteraction"
---

# Sends a follow-up message to a deferred Discord interaction.

`POST /followUpInteraction`

This function allows sending a follow-up message after a Discord interaction has been deferred. It takes an interaction token and a response object to construct and send the follow-up message. The function is useful for scenarios where the initial response to an interaction was delayed and additional information needs to be sent.

## Request body

- object
  - `body` object — Body of the followUpInteraction sls call
    - `arguments` unknown[], required
      - unknown
    - `auth` object — Authentication object
      - `strategy` 'apikey' — Authentication strategy
      - `variables` unknown[] — Variables for the authentication strategy
        - unknown
    - `packageName` string — @microfox/discord

## Response `200`

Follow-up message sent successfully

- object
  - `success` boolean — Indicates if the follow-up message was sent successfully

## Other responses

- `400` — Bad request - invalid parameters
- `401` — Unauthorized - invalid interaction token
- `500` — Internal server error

---

[API](https://skmtc.net/microfox-ai/apis/microfox-discord-sdk-api.md) · [All operations](https://skmtc.net/microfox-ai/apis/microfox-discord-sdk-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/microfox-ai/microfox-discord-sdk-api/versions/7cb5b64ae924/schema)
