Update text-to-speech phrase

Hi everyone,

I am planning to use this text-to-speech [module] (https://www.parallax.com/product/30016) for my project. The user will select an output which is tied to a specific phrase to be read out. I am hoping to implement a way to update the phase text without editing the code directly (possibly using exposed variables?). That way the user could update the phrase online. What would be the best way to achieve this?

Any help or direction would be much appreciated. Thanks!

Particle.function() or Particle.subscribe() are the ways to get data into your device.

The sent phrases can also be stored in EEPROM, on SD card or SPI/I²C memory chips.