Create Channel
neuron_create_channelCreate a new WhatsApp channel with either Meta Cloud API or Baileys (direct WhatsApp) integration. Meta Cloud channels require metaPhoneNumberId and metaAccessToken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the channel | |
| type | Yes | Integration type: 'meta_cloud' for Meta Cloud API or 'baileys' for direct WhatsApp connection | |
| phoneNumber | No | Phone number for the channel (E.164 format, e.g., '+2348012345678') | |
| metaAccessToken | No | Meta Access Token (required for meta_cloud type) | |
| metaPhoneNumberId | No | Meta Phone Number ID (required for meta_cloud type) |