subscribe
function
The subscribe
action subscribe to app notification channel. It belongs to the notifications category within the interaction area.
Action Syntax
subscribe @reference
A reference starting with @
subscribe $variable
A variable name starting with $
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = subscribe
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = subscribe @channel
Action code: 2561646562
Version: 0.6.4-3
Last updated: 2025-06-13