---
title: "Send Group In-App Chat"
method: POST
path: "/communications/send_inappchat/group"
tags: ["In-App Chat"]
---

# Send Group In-App Chat

`POST /communications/send_inappchat/group`

Send a group message via In-App Chat.

## Headers

- `x-api-key` string, required

## Request body

- RequestIACGroup — Request structure for sending an In-App Chat message to a group
  - `send_message_as_type_id` integer, required — ObjectType Id
  - `send_message_as_id` integer — send_from user id
  - `send_to_client_ids` string, required — groupsend message to this list of clients
  - `chat_name` string — Body text of the message to send.
  - `chat_body` string, required — Body text of the message to send.

## Response `200`

Sid of the conversation created or updated with the message sent and Sid of the message sent.

- IACResponse — Response of a Send_IAC call that returns 1 convo
  - `conversation_id` string, required — id of conversation created
  - `send_from` SendFromIAC — send from info
    - `send_message_as_id` integer, required — User Id of the message sender.
    - `send_message_as` string — don&#39;t touch til we enabled classes. name of send_message_as_id
    - `send_message_as_type_id` integer — send as ObjectType id
    - `send_message_as_type` string — send as ObjectType
  - `send_to` IACClientRecipient[] — recipient info
    - `send_to_client_id` string — client recipient
    - `send_to_name` string — name of client
  - `chat_name` string — Body text of the message to send.
  - `chat_body` string, required — Body text of the message to send.

---

[API](https://skmtc.net/wodify/apis/leads.md) · [All operations](https://skmtc.net/wodify/apis/leads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wodify/leads/revisions/974500ca0714/schema)
