conversations_request_shared_invite_approve
Approve or reject a shared channel invite request by supplying its ID, with optional message and channel disambiguation.
Instructions
Approve a shared channel invite request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invite_id | Yes | ID of the shared-invite request to approve. | |
| channel_id | No | ID of the channel the request is for, if disambiguation is needed. | |
| is_approved | No | Whether the request is approved. Set False to record a rejection. | |
| message | No | Optional message object to attach to the approval. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||