Docs
Integration

geni integration get

Print one integration's setup details — OAuth scopes, fields, and connection steps.

geni integration get <service> [flags]

Returns setup details for one integration: OAuth scopes available, fields the credential will produce, and the env var names you'll get when using it with geni exec bash.

Synopsis

geni integration get slack
geni integration get salesforce --json
geni integration get salesforce --field secretSchema
FlagNotes
<service>Service slug.
--jsonMachine-readable output.
--field <path>Print one dotted-path field instead of the whole record.

Output

slack    Slack
type:    oauth2

description:
  Send messages, react to events, and read history as a specific user.

OAuth scopes (read):
  channels:history    history of public channels
  groups:history      history of private channels


OAuth scopes (write):
  chat:write          send messages as the user
  reactions:write     add reactions


Bash env vars set when used:
  $SLACK_ACCESS_TOKEN_<id>, $SLACK_BOT_TOKEN

On this page