Need a quick and easy solution to make 2 objects communicate with each other without having to deal with creating custom channels and encryption (or need 1 object that sends a message to 100 other objects)? Then this script is for you.
The Object2Object script takes care of the channel, validation and uses a secure encrypted token. The only thing you need to do is send a link message to the script and you are done.
The Object2Object script sends data as a “List” allowing for multiple data parameters to be send at ones. Complete working example script is included.