slack-teams

Partial Update Slack Team

The base rate limit for this endpoint is:

  • 300 requests per min per workspace
patch/api/v2/slack-teams/{id}/

Path parameters

idstring uuid required

A UUID string identifying this slack team integration.

Request body

email_addressstring email

The email address of the bot user. This is the email address that the customer will invite to their Slack workspace.

slack_team_domainstring

The domain of the Slack workspace that the bot user will be invited to. For instance "mycompany.slack.com".

bot_namestring

The name of the bot user. This is the name that will be displayed in Slack.

profile_photo_base64_jpgstring nullable

The profile photo of the bot user, encoded as a base64 string. This is the profile photo that will be displayed in Slack. This must be a 512x512px JPEG image.

auto_join_public_huddlesboolean

Whether the bot user should automatically join huddles occuring in public channels.

ask_to_join_private_huddlesboolean

Whether the bot user should ask to join huddles occuring in private channels.

ask_to_join_messagestring

The message that the bot user will send when asking to join a private huddle.

filter_huddles_by_user_emailsstring[] nullable

A list of email addresses. If this is set, the bot user will only join huddles where one of the users is a participant of the huddle.

Response

idstring uuid required
email_addressstring email required

The email address of the bot user. This is the email address that the customer will invite to their Slack workspace.

slack_team_domainstring required

The domain of the Slack workspace that the bot user will be invited to. For instance "mycompany.slack.com".

bot_namestring required

The name of the bot user. This is the name that will be displayed in Slack.

profile_photo_base64_jpgstring nullable

The profile photo of the bot user, encoded as a base64 string. This is the profile photo that will be displayed in Slack. This must be a 512x512px JPEG image.

auto_join_public_huddlesboolean required

Whether the bot user should automatically join huddles occuring in public channels.

ask_to_join_private_huddlesboolean required

Whether the bot user should ask to join huddles occuring in private channels.

ask_to_join_messagestring required

The message that the bot user will send when asking to join a private huddle.

filter_huddles_by_user_emailsstring[] nullable

A list of email addresses. If this is set, the bot user will only join huddles where one of the users is a participant of the huddle.

statusstring required
updated_atstring date-time required
created_atstring date-time required

Changes