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
)
### What changed in this PR and Why
We now save the external id of outgoing 360dialog WhatsApp messages to
the message record in the database. This allows us to:
a) Send out a previous personalized message that the contributor might
have forgotten to ask for, but is still interested in responding to, and
b) Support a reply_to feature where the contributor might quote reply an
older message and we can properly assign the incoming message to the
correct request instead of trying to infer it solely based on the latest
message they received and relying on the user to move the message to the
correct request if it has been incorrectly assigned.
Closes#2031
---------
Co-authored-by: Robert Schäfer <git@roschaefer.de>
This involves:
and finding the message with this external id to deliver to the contributor.
The text was updated successfully, but these errors were encountered: