Use the Slack Calls API for #co-working-room #1312
Replies: 5 comments 33 replies
-
|
cc @danieltott did you know about this? |
Beta Was this translation helpful? Give feedback.
-
|
Did some work on this - I made a prototype: Desktop
Mobile
|
Beta Was this translation helpful? Give feedback.
-
|
FYI @JoeKarow from my experiments, it doesn't look like Zoom provides consistent user_ids (for mapping to slack IDs) - the user_id is only consistent if you have the zoom app installed (the zoom dev app which represents this application). |
Beta Was this translation helpful? Give feedback.
-
|
@ebanner I think this is pretty dope! The reason we needed to track instances is that since we were just making a thread, we needed a way to track the active room instance to the thread that we had posted. Looks like we don't need this anymore, but that's why we were doing it. What does the Zoom side of this look like? Just using the webhook? |
Beta Was this translation helpful? Give feedback.
-
|
@danieltott anything preventing us from switching over to this? The main thing we would need to do is update the notification endpoint URL on the zoom app side to point to the lambda (this is running on my AWS account) so that it can start receiving We would also need to add a slash command |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Slack has a pretty banger Calls API which we could use to 1) make the
#co-working-roomapp alerts look visually nicer and 2) would allow us to offload some of the logic from the#co-working-roomapp (I'm actually not as clear as to the impact here)Beta Was this translation helpful? Give feedback.
All reactions