Handling Multiple Channels
This is a member-only chapter. Log in with your Signal Over Noise membership email to continue.
Log in to readModule 2 · Section 6 of 7
Handling Multiple Channels
If you have the same platform connected twice (say, a personal LinkedIn and a company LinkedIn), the skill needs to know which one you mean. You configure this in the skill itself — a small mapping of friendly names to channel IDs:
personal-linkedin → ch_xxxx
company-linkedin → ch_yyyy
threads → ch_zzzz
x → ch_aaaa
Then you reference channels by name rather than ID. The skill resolves it.