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
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.
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.
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
The text was updated successfully, but these errors were encountered: