import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
type Slack = {
token: string;
};
export async function main(slack_auth: Slack, channel: string) {
const web = new WebClient(slack_auth.token);
let response = await web.conversations.history({
channel: channel,
});
return { response: response };
}
Submitted by hugo697 388 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
type Slack = {
token: string;
};
export async function main(slack_auth: Slack, channel: string) {
const web = new WebClient(slack_auth);
let response = await web.conversations.history({
channel: channel,
});
return { response: response };
}
Submitted by admin 390 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
type Slack = {
token: string;
};
export async function main(slack_auth: Slack, channel: string) {
const web = new WebClient(slack_auth.token);
let response = await web.conversations.history({
channel: channel,
});
return { response: response };
}
Submitted by hugo697 403 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
type Slack = {
token: string;
};
export async function main(slack_auth: Slack, channel: string) {
const web = new WebClient(slack_auth);
let response = await web.conversations.history({
channel: channel,
});
return { response: response };
}
Submitted by admin 460 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
channel: string,
) {
const web = new WebClient(slack_auth);
let response = await web.conversations.history({
channel: channel,
});
return { "response": response };
}
Submitted by admin 463 days ago
import * as wmill from "https://deno.land/x/windmill@v1.85.0/mod.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
export async function main(
slack_auth: wmill.Resource<"slack">,
channel: string,
) {
const web = new WebClient(slack_auth);
let response = await web.conversations.history({
channel: channel,
});
return { "response": response };
}
Submitted by adam186 589 days ago
import * as wmill from "https://deno.land/x/windmill@v1.85.0/index.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
export async function main(
slack_auth: wmill.Resource<"slack">,
channel: string,
) {
const web = new WebClient(slack_auth);
let response = await web.conversations.history({
channel: channel,
});
return { "response": response };
}
Submitted by adam186 591 days ago
import * as wmill from "https://deno.land/x/windmill@v1.12.0/index.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
export async function main(
slack_auth: wmill.Resource<"slack">,
channel: string,
) {
const web = new WebClient(slack_auth);
let response = await web.conversations.history({
channel: channel,
});
return { "response": response };
}
Submitted by adam186 626 days ago
import * as wmill from "https://deno.land/x/windmill@v1.12.0/index.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
export async function main(
slack_auth: wmill.Resource<"slack">,
channel: string,
) {
const web = new WebClient(slack_auth);
let response = await web.conversations.history({
channel: channel,
});
return { "response": response };
}
Submitted by rossmccrann 878 days ago
import * as wmill from "https://deno.land/x/windmill@v1.12.0/index.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
export async function main(
channel: string,
) {
const web = new WebClient(await wmill.getVariable("g/all/slack_token"));
let response = await web.conversations.history({
channel: channel,
});
return { "response": response };
}
Submitted by rossmccrann 879 days ago