Skip to main content

Slack

This page describes how to set up Slack as a destination.

Set up

An example setup for Slack is shown below.

src/pages/api/syft.ts
// ...
const destinations = [
{
type: "slack",
settings: {

},
},
];
// ...

Configuration options

NameTypeDescriptionRequiredDefault