Skip to content

Migrate to using Web API instead of webhooks #10

Description

@patcon

The Slack Web API does allow apps to write messages as_user, but it's a little tricky:
https://codexample.org/questions/417349/is-it-possible-to-post-to-chat-postmessage-as-any-user-in-a-slack-team.c#answer-880240

Using Web API would allow:

  • Sending reactions across bridge (would require asking each "reacting" user to auth with app, which is no small feat)
  • Sending edits across bridge
  • Sending "user is typing" messages (using typing in RTM api)

I agree that this is probably not priority, and so would require someone else to do the work. I would also remove the simplicity of the current approach... I would understand if you think this should be tackled by a separate project :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions