DatStat Illume SDK Help

HookContext Object Overview

When Illume calls the function associated with a hook, it passes one object as a parameter, the HookContext object, which includes properties and methods to do all of the following:

With this object, your code has access to all it needs to know about the current survey. From here, it's a simple matter of programming to generate custom emails, make calls to external databases, generate custom feedback documents, etc.


Next: Runtime SDK Setup