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
when a volunteer picks up a delivery, the resulting SMS messages going to both delivery + intake vols are defaulting to not providing the volunteer names
[for delivery text, intake vol name is supposed to be included; for intake text, delivery vol name is supposed to be included]
this could be in the React app or the Twilio function ... !
-in the Twilio function (src/twilio/functions/sms/intake-delivery-texts.js), there are if statements for what to do if the name var comes in undefined ... this appears to be happening.
The text was updated successfully, but these errors were encountered:
mab253
changed the title
[SMS pickup]
[SMS pickup] vol first names not appearing on delivery/intake text messages
Jan 27, 2021
when a volunteer picks up a delivery, the resulting SMS messages going to both delivery + intake vols are defaulting to not providing the volunteer names
[for delivery text, intake vol name is supposed to be included; for intake text, delivery vol name is supposed to be included]
this could be in the React app or the Twilio function ... !
-in the Twilio function (src/twilio/functions/sms/intake-delivery-texts.js), there are
if
statements for what to do if the name var comes inundefined
... this appears to be happening.The text was updated successfully, but these errors were encountered: