RUAL Documentation

RUAL Core v11.0.0

Our platform operates on software, commonly known as core. This software can be run either locally within the cloud environment of Enterprise Customers or within our AWS cluster.

Modified or newly introduced blocks

In this release 13 new blocks were introduced. You'll find a complete list of blocks at the bottom of this page.

Blocks introduced

connection function Connect with your twilio account to execute API items. decrement function Decrements the number stored at key by one. If the key does not exist, it is set to 0 before performing the operation. delete function Removes the specified key and their values. exists function Checks if the key already exists get twilioconnection Get the current status and information from twilio regarding an existing message. get cache value get redis cache get cache ttl function get the time to live in seconds increment function Increments the number stored at key by one. If the key does not exist, it is set to 0 before performing the operation. send message twilioconnection Send or reply to a whatsapp message. You can only start new conversations if the message matches a pre-approved whatsapp template. send message twilioconnection Send a regular SMS using twilio. set function Set key to hold the string value. If key already holds a value, it is overwritten, regardless of its type. set cache ttl function set the time to live in seconds set document expiry function Updates the expiry of the given document from the given storage.

Blocks deprecated

exists key function Returns true if the given cache key exists. set key function null