I'm attempting to send and announcement with voicemonkey by using HTTP Get within RM.
the message looks like this; https://api.voicemonkey.io/trigger?access_token=xxxxxx&secret_token=xxxxx&monkey=monkey-kitchen&announcement=There%20is%20a%20vehicle%20in%20the%20driveway
in RM it changes the %20 to NULL
any trick to keep the %20? Or a different method to get this formatted correctly? I tried POST as well with same results.