Slack GetPresence

Slack GetPresence

Certified

Get Slack user presence

Retrieves presence (active/away) and connection details for a user ID.

yaml
type: io.kestra.plugin.slack.app.users.GetPresence

Get presence for a user

yaml
id: slack_get_presence
namespace: company.team

tasks:
  - id: check_presence
    type: io.kestra.plugin.slack.app.users.GetPresence
    token: "{{ secret('SLACK_TOKEN') }}"
    user: "U1234567890"
Properties

Slack token

User ID

User whose presence is requested.

Reference (ref) of the pluginDefaults to apply to this task.

Is auto away

Active connection count

Last activity timestamp

Is manually away

Is online

Presence status