Action: Forward an incoming SMS

The “forward” action forwards incoming SMS to the defined phone number.

Format

forward sets the phone number you want to forward incomming messages to.
prefix and suffix variables can optionally be used to add text to the beginning or the end of the message.

{
  "forward": "+46701234567",
  "prefix": "This will show up before the message",
  "suffix": "This will show up after the message"
}