Skip to content

Commit

Permalink
fix: Fix how to call Slack command (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
drobnikj authored Jun 23, 2023
1 parent 755c7bc commit dd51bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/platform/integrations/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit dd51bd7

Please sign in to comment.