---
title: "Update a bundle follow-up chat"
method: PATCH
path: "/v3/bundles/{bundle_id}/follow-up-chats/{id}"
tags: ["Business Bundles"]
---

# Update a bundle follow-up chat

`PATCH /v3/bundles/{bundle_id}/follow-up-chats/{id}`

Requires the `bundle:update` scope. Updates a follow up chat template.

## Request body

- CreateUpdateFollowUpChatRequest
  - `change_status` boolean — Triggered after order status change to this status
  - `hours_after` integer — Hours after which the follow up chat is triggered
  - `image` string, uri — Image URL for the follow up chat
  - `is_default` boolean — Is this a default follow up chat?
  - `name` string, required — Name of the follow up chat
  - `provider` string, required — Provider of the follow up chat
  - `text_for_bank_transfer` string — Text for bank transfer
  - `text_for_cod` string — Text for cash on delivery
  - `text_for_epayment` string — Text for e-payments
  - `trigger` string — Trigger condition for the follow up chat
  - `wa_gateway_assignation_type` string — WhatsApp gateway assignation type
  - `wa_integration_id` integer — WhatsApp integration ID

## Response `200`

Follow up chat template updated successfully

- ManagingFollowUpChat
  - `bundle_id` integer — Bundle ID associated with the follow-up chat
  - `change_status` boolean — Triggered after order status change to this status
  - `hours_after` integer — Hours after which the follow-up chat is sent
  - `id` integer — Follow-up chat ID
  - `image` string, uri — Image URL for the follow-up chat
  - `is_default` boolean — Is this a default follow-up chat
  - `name` string — Name of the follow-up chat
  - `product_id` integer — Product ID associated with the follow-up chat
  - `provider` string — Provider of the follow-up chat
  - `store_id` integer — Store ID associated with the follow-up chat
  - `text_for_bank_transfer` string — Text for bank transfer payments
  - `text_for_cod` string — Text for cash on delivery payments
  - `text_for_epayment` string — Text for electronic payments
  - `trigger` string — Trigger for the follow-up chat
  - `wa_gateway_assignation_type` string — WhatsApp gateway assignation type
  - `wa_integration` object
    - `id` integer — Whatsapp Integration ID
    - `name` string — Name
    - `phone_number` string — Phone Number
    - `provider` string — Provider

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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