WEB
Last updated
Last updated
HTML
The HTML can be used to create a mail template. Square brackets [[ ]] within the template can be utilized for dynamic data transfer, allowing variable data to be inserted into the email content dynamically.
The E-Mail block is used when sending emails through the panel. To configure this block, you need to know the outgoing mail port of the mail service and ensure that the IMAP feature is activated.
JSON Parser
The JSON Parser is used to parse and separate data from the response received through an HTTP Request.
HTTP
The HTTP is a service used to retrieve data from any server. For example, it can be used to query the door-opening URL of an Intercom device on a local web server, enabling the panel to open the door when the query is received. Typically, about 90% of HTTP request responses are in JSON format.
JSON Object
The JSON Object is a JSON creator, used to generate and structure JSON data.
JSON Array
The JSON Array is a collection of JSON objects grouped within a single array.