Slack Users Lookup By Email

Looks up the details for a Slack user given one or more email addresses by calling the users.lookupByEmail API method.

This node requires the users:read.email scope

Rate Limiting: The underlying Java Slack API offers an async approach where it attempts to manage Rate Limits on API requests. This node node uses the aysnc version of the method and will allow approximated 50+ requests per minute for the 'Web API Tier 3' call. This node does not guarantee it was catch all rate limiting requirements. If you exceed the rate limits some calls may fail regardless.

Options

Bot OAuth token
The OAth token of the bot to post as
Email
A column with email addresses.

Input Ports

Icon
A table with a column detailing the emails of the users to retrieve details for.

Output Ports

Icon
Slack user details appended for each email that a user was found for. Missing columns appended if no user found.

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.