PROMPT

Emit a URL that when visited will cause the current action to emit a new event. Text is optional, if provided will be available in the status field of the emitted event.

Syntax 

PROMPT("text")

Usage examples 

Example 1

Formula

PROMPT()

Output

"http://your.domain.com/prompt?a=2011&e=&s="

Example 2

Formula

PROMPT("OK")

Output

"http://your.domain.com/prompt?a=2011&e=&s=OK"
Was this helpful?