// You can find your project ID in the Overview tab of any Integration
paragon.authenticate(<ProjectId>, <UserToken>);
await paragon.request("slack", "/conversations.list", {
// Send Message to Channel
await paragon.request("slack", "/chat.postMessage", {
"channel": "YOUR_CHANNEL_ID",