Getting Started

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

    Posted 5 days ago

    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 4 days ago
    Edited by Joel Hickok 4 days ago

    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.