jeo
July 24, 2024, 4:02pm
1
With gratitude to @Eric_Koleda !
There is a Twilio column that can sync attached media such as pictures .
The Twilio Pack seamlessly integrates your docs and Twilio's SMS API so you can send automated reminders about meetings, birthdays, DnD campaigns, and anything
How To
add a Twilio table to the doc canvass ([type] /Twilio → [select] Text Messages)
add a Media column to the Twilio pack table
[column blank by default]
drop down arrow next to sync Refresh button
pack Settings
Include Media → then re-sync the table
[optional] create a new Column Type → Text
to merge text with pictures: Concatenate(thisRow.[Text Message].Body, thisRow.Media)
1 Like
@Eric_Koleda . Twilio has support for WhatsApp message. It would make a lot of people happy if you guys add this option to the pack.
@Breno_Nunes - Looking at the code, I think what we have may already work with WhatsApp as well. When sending a message you may just need to put whatsapp:
in front of the phone numbers.
1 Like