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. Prompt docs. The text must be URL encoded as it's included as a query parameter in the URL.
Categories: Story Metadata
Syntax
PROMPT("text")
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"