create_bot
Create a new automated bot within a GroupMe group to manage messages, notifications, and interactions through customizable settings.
Instructions
Create a new bot in a group.
Args:
name: The bot's display name.
group_id: The ID of the group the bot belongs to.
avatar_url: Optional avatar image URL for the bot.
callback_url: Optional URL to receive message callbacks.
dm_notification: Whether the bot should receive DM notifications.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| group_id | Yes | ||
| avatar_url | No | ||
| callback_url | No | ||
| dm_notification | No |