Hi Activepieces Community,
I’m currently building a workflow with the following setup:
- Trigger: Scheduled to run daily
- Step 1: Google Sheets - Retrieves phone numbers from Sheet1, Row 1 (numbers are formatted like
+16199800429
) - Step 2: Twilio - Sends an SMS to the phone numbers listed
When I try to test the Twilio Send SMS step, I consistently receive a “Failed Testing” error. I’m not sure if the issue is with the way the phone numbers are being passed from the Google Sheet or how the Twilio action is configured.
Could someone guide me on how to properly format this setup to send messages in bulk from Google Sheets using Twilio?
Thanks in advance!