Create Channel
neuron_create_channelCreate a new WhatsApp channel with Meta Cloud API or Baileys integration. Specify channel name and type to start managing WhatsApp communications.
Instructions
Create a new WhatsApp channel. Supports Meta Cloud API or Baileys (direct WhatsApp) integration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the channel | |
| type | Yes | Channel type: 'meta_cloud' for Meta Cloud API or 'baileys' for direct WhatsApp | |
| phoneNumber | No | Phone number for the channel (optional) | |
| metaAccessToken | No | Meta Access Token (required for meta_cloud type) | |
| metaPhoneNumberId | No | Meta Phone Number ID (required for meta_cloud type) |