
Slack GetPresence
CertifiedGet Slack user presence
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.GetPresenceExamples
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
token *Requiredstring
Slack token
user *Requiredstring
User ID
User whose presence is requested.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
autoAway boolean
Is auto away
connectionCount integer
Active connection count
lastActivity integer
Last activity timestamp
manualAway boolean
Is manually away
online boolean
Is online
presence string
Presence status