On this pageSlackThis page describes how to set up Slack as a destination.Set upAn example setup for Slack is shown below.src/pages/api/syft.ts// ...const destinations = [ { type: "slack", settings: { }, },];// ...Configuration optionsNameTypeDescriptionRequiredDefault