VERSION: '1' HOST: https://slack.com/api auth: &auth token: xoxp-139455775026-139455775090-140286212801-4a786b8b600db898df76302a0bf0784c GET /users.getPresence: ALIAS: $presence PARAMS: <<: *auth GET /channels.list: ALIAS: $channel-list PARAMS: <<: *auth exclude_archived: true GET /channels.info: ALIAS: $channel-info PARAMS: <<: *auth channel: $channel-list.response.body.channels.0.id POST /chat.postMessage: ALIAS: $new-message PARAMS: <<: *auth channel: $channel-info.response.body.channel.id text: 'Hey Seich!' parse: full link_names: true username: Beau GET /users.list: ALIAS: $user-list PARAMS: <<: *auth