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 sending messages via WriteInPublic from Pombola #2326

Closed
chrismytton opened this issue Nov 13, 2017 · 3 comments
Closed

Allow sending messages via WriteInPublic from Pombola #2326

chrismytton opened this issue Nov 13, 2017 · 3 comments
Assignees

Comments

@chrismytton
Copy link
Member

chrismytton commented Nov 13, 2017

As part of #1682 we want to be able to send messages via WriteInPublic from within a Pombola based site. This will mean using the WriteInPublic API to send messages, which is documented in the integration guide.

This is probably best done as a new Django app within Pombola that encapsulates the interactions with WriteInPublic.

Part of #1682

@chrismytton
Copy link
Member Author

While writing #2327 I realised that we're going to need to store the sent message in the local database as well as sending it to the WriteInPublic API, so that when we retrieve a reply we can match it up to an original message.

@chrismytton
Copy link
Member Author

I've opened #2329 with an early-stage proof-of-concept of this working.

@chrismytton
Copy link
Member Author

This is now working for writing to MPs. Going to close this ticket and open more specific issues for the outstanding bits.

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

1 participant