What is the syntax to reference incoming URL parameters? I’m doing it in PHP and I assumed $_GET = variable, but that returns “There was an error.”.
$params = $event[‘request’][‘parameters’];
Examples here:
2 Likes