Recent content by nefer_l

  1. nefer_l

    How to send multiple SMS

    Thank you for clarifying. Not sure how Zapier SMS does it, but Zapier lets you enter multiple phone numbers just like you can enter multiple email addresses separated by comma.
  2. nefer_l

    How to send multiple SMS

    Hi, Is it possible to add multiple "Recipient Numbers" using Twilio SMS messages? I tried by entering two numbers separated by comma, however, I received the following error because the comma isn't separating the two numbers and treating as one: Nefer
  3. nefer_l

    Extract Domain from URL with RegEx

    I found this RegEx to be helpful for the Text Formatter Action using the Extract Pattern Action Event: ^(?:.*://)?(?:www\.)?([^:/]*).*$ Sample Input: https://www.parachutehome.com/ Sample Output: parachutehome.com
Top