You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: