ProfileGet ProfileGet
ProfileGet Certified

Get Slack user profile

yaml
type: "io.kestra.plugin.slack.app.users.ProfileGet"
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
Defaultfalse