From dd51bd787e50f9d9137ad24786f15a85fbcb1c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Drobn=C3=ADk?= Date: Fri, 23 Jun 2023 10:07:07 +0200 Subject: [PATCH] fix: Fix how to call Slack command (#621) --- sources/platform/integrations/slack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/platform/integrations/slack.md b/sources/platform/integrations/slack.md index 7d21693e0..b19a8bb12 100644 --- a/sources/platform/integrations/slack.md +++ b/sources/platform/integrations/slack.md @@ -45,10 +45,10 @@ Click the **Start** button and head to the Slack channel you selected to see you ## Step 3: Start your run directly from Slack {#step-three} -You can now run the same actor or task directly from Slack by typing `/apify call [actor/task name]` into the Slack message box. +You can now run the same actor or task directly from Slack by typing `/apify call [actor or task ID]` into the Slack message box. ![Use Apify from Slack](./images/slack-apify-message.png) -When an actor doesn’t require you to fill in any input fields, you can run it by simply typing `/apify call [actor/task name]`. +When an actor doesn’t require you to fill in any input fields, you can run it by simply typing `/apify call [actor or task ID]`. You’re all set! If you have any questions or need help, feel free to reach out to us on our [Discord channel](https://discord.com/invite/jyEM2PRvMU).