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

No pub/sub function #68

Open
thederekkaplan opened this issue May 21, 2020 · 1 comment
Open

No pub/sub function #68

thederekkaplan opened this issue May 21, 2020 · 1 comment

Comments

@thederekkaplan
Copy link

All API features are in the form of request/response endpoints. However, there is value to a publish/subscribe feature. For example, an API client could be notified immediately whenever an organization posts a new event, rather than having to regularly check for updates.

Is there any chance of pub/sub functionality being added to the API?

@emschwartz
Copy link

Agreed that a way to get push notifications seems useful.

I was looking into the feasibility of building a Mobilize <> Zoom integration (where signing up for the Mobilize event would automatically register the volunteer for a particular Zoom meeting). A webhook would probably be ideal for this (so we don't need to worry about maintaining a connection, given that the frequency of notifications we'd be expecting is somewhat low). The alternative would be polling the registration API but that wouldn't be the best for Mobilize or for this type of extension.

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

No branches or pull requests

2 participants