ProfileGet
Get Slack user profile
ProfileGet
Get Slack user profile
yaml
type: "io.kestra.plugin.slack.app.users.ProfileGet"Examples
yaml
id: slack_get_profile
namespace: company.team
tasks:
- id: get_profile
type: io.kestra.plugin.slack.app.users.ProfileGet
token: "{{ secret('SLACK_TOKEN') }}"
user: "U1234567890"
Properties
token *Requiredstring
includeLabels booleanstring
Default
false