Skip to content

Instantly share code, notes, and snippets.

@glesage
Last active June 26, 2019 18:20
Show Gist options
  • Save glesage/84c62820850bde4b4a5e31c10ba9e6a2 to your computer and use it in GitHub Desktop.
Save glesage/84c62820850bde4b4a5e31c10ba9e6a2 to your computer and use it in GitHub Desktop.
SMSes
sms[categories.WELCOME] = 'Welcome! %REFERRER% occasionally sends texts to keep you updated. Text STOP to stop receiving them. Text START to opt back in.';
sms[categories.NOT_FOUND] = 'Hello, we do not seem to have this number on our system. Please text your Laundry Bin # or "Pickup" to get started with our service.';
sms[categories.RE_PICKUP] = 'Hello, %REFERRER% was unable to pickup your order. Please schedule a new pickup time. %DEEP_LINK%';
sms[categories.RE_DELIVERY] = 'Hello, %REFERRER% was unable to deliver your order. Please click the link below to reschedule your delivery. %DEEP_LINK%';
sms[categories.CREDIT_CARD_REQ] = 'Hello from %REFERRER%. Your clothes are clean and ready to be delivered. Please enter your payment information at %RWO% or contact us at %PHONE%';
sms[categories.CREDIT_CARD_FAILED] = 'Hello from %REFERRER%. Your credit card was declined. Please click the link below to update your credit card information. %DEEP_LINK%';
sms[categories.SUBSCRIPTION_FAILED] = 'Oh no! Your credit card was declined so we had to opt you out of your %REFERRER% subscription. Please use our app or website to update your credit card information and opt back into your subscription! %DEEP_LINK%';
sms[categories.BIN_INFO_CONFIRM] = 'Thank you, your account has been created. We will pick up from Laundry Bin %PICKUP_BIN% at %ADDRESS% on %DATE% between %WINDOW% and notify you via SMS when it is completed. You can track your order in our app by clicking on the link below. In the app, please tap the Forgot Password button to create a password to access your account. %DEEP_LINK%';
sms[categories.BIN_CONFIRM] = 'Thank you for your order. We will pick up from Laundry Bin %PICKUP_BIN% at %ADDRESS% on %DATE% between %WINDOW% and notify you via SMS when it is completed. You can also track your order at %DEEP_LINK%.';
sms[categories.BIN_PICKED_UP] = 'Hello from %REFERRER%. We have picked up your order! You can track your order at %DEEP_LINK%.';
sms[categories.BIN_PENDING_DELIVERY] = 'Hello from %REFERRER%. Your clothes are clean and will be delivered to the Laundry Bin location on DELIVERY DATE at DELIVERY TIME. You can track your order at %DEEP_LINK%.';
sms[categories.SMS_ORDER_UNKNOWN] = 'Welcome to %REFERRER%! Please follow this link to sign up for our service: %RWO%';
sms[categories[starchup.order_status.PENDING_SCHEDULING_DELIVERY]] = 'Your clothes are clean! Please click the link below to schedule your delivery. %DEEP_LINK%';
sms[categories[starchup.order_status.DELIVERED]] = '%REFERRER% Update: Our driver has delivered your clean clothes. Thank you for your order! %DROPOFF_PICTURE%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment