Slack: Update Profile logo

Catalog action Integrations slack

Update the user's Slack profile fields via native OAuth integration (requires user token). Can set first name, last name, display name, title, and phone. Ideal for: profile synchronization, onboarding automation, directory updates.

At a Glance

FieldValue
Action IDslack-update-profile
CategoryIntegrations
Connectorslack
Requires gasNo
Funds movementNone declared
Tagsslack, integration, write, team

Payload Schema

FieldTypeRequiredDescription
first_namestringNoFirst name
last_namestringNoLast name
display_namestringNoDisplay name
titlestringNoJob title
phonestringNoPhone number

Result Schema

FieldTypeRequiredDescription
successbooleanYes-
dataobjectNo-

Examples

json
{ "type": "slack-update-profile", "payload": { "first_name": "example-first_name", "last_name": "example-last_name", "display_name": "example-display_name", "title": "example-title", "phone": "example-phone" }, "children": [], "connector": { "type": "slack", "id": "conn_slack" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I