Details

This atomic belongs to the Slack atomic group.

Retrieves a list of existing conversations from Slack. This atomic requires one of the following API scopes depending on usage: channels:read, groups:read, im:read, mpim:read.

Target: Slack integration target or an HTTP Endpoint for "slack.com" with a path of "/api"

Account Key: None if using an integration-provided target, access token if using an HTTP Endpoint target

Steps:
[] Build the authorization header and query string
[] Get the conversation list
[] Check if the request was successful:
[]> If it wasn't, return an error
[] Extract the request status
[] Check if the request status was successful:
[]> If it was, attempt to extract the conversation information and set the output variables
[]> If it wasn't, return an error

More information about this API: https://api.slack.com/methods/conversations.list

About
Integration
Authorship
Cisco Managed