Getting Started

 View Only
  • 1.  AUTO SEND SMS TO CUSTOMER BIRTHDAY.

    Posted 03-16-2023 10:57

    Hi guys, I am wondering how to auto send sms to say happy birthday to our customer. I use know how to use twilio to send sms, but in pipeline it need to get trigger, I want to it to be automatic. does anyone know how to do it? to sum it all, It should track today date, and customer birthday, whenever it come to customer birthday then it send a sms to customer automatically.



    ------------------------------
    DONG NGUYEN
    ------------------------------


  • 2.  RE: AUTO SEND SMS TO CUSTOMER BIRTHDAY.

    Posted 03-17-2023 10:24
    Edited by Joel Hickok 03-17-2023 10:26

    Create a Pipeline that runs every night at midnight.  Get customer profile records.  Loop through every record.  Check each record to see if today's date is equal to customer's birthday.  Send text to customer.