I try to use Slack node to create new channel, from a list in a Google Sheet.
I use Slack Enterprise Grid if that’s important, my app installed on the right Workspace with all the OAuth permission needed. as If I ran it as a Python code the Slack channel created.
Thanks for your reply @Erick_Torres
However I’ve found that when using Org Level API Slack Token you must provide the Workspace ID.
Reference to Slack API Documentation : conversations.create method | Slack
`team_id`
string
Optional :
encoded team id to create the channel in, required if org token is used