Add
API to add a new bot group
Add Group
POST
https://{{account_id}}.acquire.io/api/v1/bot/group
Add a new bot group
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {{api_key}} |
Request Body
Name | Type | Description |
---|---|---|
askFeedback | string | Have the bot ask for feedback ("active" | "disabled") |
isDefault | string | Make this group the default ("yes" | "no") |
description | string | Description of your bot group |
title | string | Title for your bot group |
Body(raw)
Last updated