Twilio pack table image column

With gratitude to :coda:@Eric_Koleda!

There is a :new: Twilio column that can sync attached media such as pictures.


How To

  1. add a Twilio table to the doc canvass ([type] /Twilio → [select] Text Messages)
  2. add a Media column to the Twilio pack table
  3. [column blank by default]
  4. drop down arrow next to sync Refresh button
  5. pack Settings
  6. :white_check_mark: Include Media → then re-sync the table
  7. [optional] create a new Column Type → Text
  8. 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