Integration Platform

Microservice Management

Slack Connector

Let your integrations in Copyl send messages to your Slack channels on certain events. You can also add and remove users, as well as search and listing them.

Post Message

Parameters:

  • channel – string
  • message – string

Sends a message to a specified channel in Slack. Returns a response containing information about the posted message.


Add User

Parameters:

  • slackUser – object

Adds a user to Slack. Returns details about the added user.


Delete User

Parameters:

  • slackUser – object

Deletes a user from Slack. Returns information about the deletion status.


Get All Users

Retrieves a list of all users in Slack. Returns a list of user details.


Get All Channels

Retrieves a list of all channels in Slack. Returns a list of channel details.


Get User From Name

Parameters:

  • name – string

Searches for a user in Slack based on their name. Returns user details for the specified name.


Get User From Email

Parameters:

  • email – string

Searches for a user in Slack based on their email address. Returns user details for the specified email address.