by Ahron Balsam
Version 1 (December 24, 2024)
Download (15 downloads)
This flow is designed to forward received text messages as they come in to a pre-defined distribution list (defined in the array variable distlist).
My use case is forwarding text messages sent to my home phone replacement cell phone which I never check. In theory you can forward received messages to an unlimited number of phones but by default automate limits you to 10 text messages per hour.
You can add destination phone numbers to the array by adding each number as follows:
If you want to add 2125551000 to the existing list of [1234567890, 9876543210], you would add ", 2125551000" to the end of the existing list so that it would now look like:
[1234577890, 9876543210, 2125551000].
Please note: The existing numbers in distlist are not valid, for illustration purposes only and must be replaced with valid numbers before this flow will work.