Use this Card to proactively start a conversation with a user.
In Studio, add the Start DM Conversation card to your Workflow.
In the Card’s User ID field, enter the user’s Slack ID.
Optionally, you can store the Card’s output in a variable. The output will contain the conversation ID and user ID associated with the new conversation.
Use this Card to retrieve a specific message from Slack.
In Studio, add the Retrieve Message Card to your Workflow.
In the Timestamp field, add the message’s ts property. This is a unique identifier for individual Slack messages—you can retrieve a message’s ts programmatically using the Slack API.
In the Channel field, add the channel in which the message was sent.
Use this Card to synchronize members of your Slack workspace with Botpress users. If any members of your Slack workspace don’t have a corresponding Botpress user ID, using this Card will create one for them.Optionally, you can store the Card’s output in a variable. The output will contain the number of members synced.