Skip to main content

Slack requests

Learn how to create Slack-specific actions with Slack requests


Slack requests enable you to design actions tailored for Slack. They vary from creating channels to inviting users and posting messages.

You can dynamically generate request parameters from your input and request components or manually set them on your request.

Slack request

How to add a Slack request

  1. Navigate to your action's Requests tab in Design mode and add a new request.

Add a Slack request

  1. Select your Slack connection. Available connections are the ones added to your app.

Select Slack connection

  1. Fill out opening fields such as channel name or channel type. If you want to dynamically generate these fields from your inputs or other requests, click on gear button near the field and select Dynamic option.

Slack request parameters

→ Go to Slack request example page to learn how to configure dynamic fields.