Skip to content

Commit 199540f

Browse files
committed
fix(slack): expose Destination toggle for schedule_message so DM scheduling is reachable
The mapper already routes schedule_message DMs (user-id-as-channel); add schedule_message to the destinationType condition so users can deliberately choose Channel vs DM instead of it only triggering via leftover state.
1 parent 990da91 commit 199540f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/blocks/blocks/slack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const SlackBlock: BlockConfig<SlackResponse> = {
9494
value: () => 'channel',
9595
condition: {
9696
field: 'operation',
97-
value: ['send', 'read'],
97+
value: ['send', 'read', 'schedule_message'],
9898
},
9999
},
100100
{

0 commit comments

Comments
 (0)