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 receiving messages from a WriteInPublic instance #2327

Closed
chrismytton opened this issue Nov 13, 2017 · 1 comment
Closed

Allow receiving messages from a WriteInPublic instance #2327

chrismytton opened this issue Nov 13, 2017 · 1 comment

Comments

@chrismytton
Copy link
Member

chrismytton commented Nov 13, 2017

Following on from #2326 (sending messages via WriteInPublic) we want to also be able to retrieve replies to messages that come into WriteInPublic.

This will involve using webhooks to listen for notifications of new messages. When a notification is received we will need to use the WriteInPublic API to retrieve the full message details and store it in the local Pombola database.

Documentation is in the WriteInPublic integration guide.

Part of #1682

@chrismytton
Copy link
Member Author

For now we're just going to use the API to fetch messages when a user requests the messages for an individual. We won't need to use webhooks because we're not storing the message in the local DB, so I'm going to close this ticket.

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