Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Jared to react to messages #47

Open
MPM10223 opened this issue Jan 5, 2021 · 1 comment
Open

Allow Jared to react to messages #47

MPM10223 opened this issue Jan 5, 2021 · 1 comment

Comments

@MPM10223
Copy link

MPM10223 commented Jan 5, 2021

Webhook responses currently support replying to the sender with a message - it would be cool if we could alternatively specify a message GUID and a reaction for that message. That way we could do things like "thumbs up" a message once it has been processed successfully.

The webservice response could look something like:

{
  "success": true,
  "action": {
    "type": "like",
    "targetGUID": "0F4DBEA5-C2FF-47F0-BA0D-C0C1A5D2AEA2"
  }
}

to parallel how reaction metadata is provided to the webhook

@ZekeSnider
Copy link
Owner

Thanks for the feature request! Agree that this would be great to have. Unfortunately it doesn't look like Messages.app's applescript dictionary currently supports triggering tapbacks. Happy to look into it if there's another method, but haven't had any luck with using private APIs yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants