Skip to content

Commit

Permalink
Adding enterprise ID to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Oct 6, 2022
1 parent 77585fd commit 20e964e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ that may be useful to leverage during your function's execution:
available on the `inputs` property of our function handler context.
- `token`: your application's access token.
- `team_id`: the encoded team (a.k.a. Slack workspace) ID, i.e. T12345.
- `enterprise_id`: the encoded enterprise ID, i.e. E12345. If the Slack workspace the function executes in is not a part of an enterprise grid, then this value will be the empty string (`""`).
- `event`: an object containing the full incoming event details.

##### Function Return Object
Expand Down

0 comments on commit 20e964e

Please sign in to comment.