Slack

SLACK_SET_PROFILE_PHOTO

This method allows the user to set their profile image.

Remote slack

Other tools also called SLACK_SET_PROFILE_PHOTO? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "image": {
      "type": "string",
      "description": "File contents via a POST var called image."
    },
    "crop_w": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Width/height of crop box (always square)"
    },
    "crop_x": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "X coordinate of top-left corner of crop box"
    },
    "crop_y": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Y coordinate of top-left corner of crop box"
    }
  }
}
          

Provider

Slack →