-
If you are looking to incorporate other scoring systems or checking other data points, you can now create Custom Fields with scoring rules. Apply up to three scoring rules using either number or string filters. The first filter to hit will be applied.
Example 1
You have a form field for comments, and you want to score -50 when the input contains a web link. Create a Custom Field name of checkCommentForm, filter of contains <a href=, and score of -50. If the input contains <a href= then the system will score -50.

Example 2
You have an external system scoring leads and sign-ups and would like to incorporate those scores into EHAWK scoring. The OutsideScore Custom test adds 10 if the external score is > 10, subtract 100 if < -100, and subtract 50 if < -30.

- Created in the API key Scoring Profile, Custom Field names and details are listed in the JSON response and the Portal. Custom Fields are mapped with a prefix c_. When calling the API send c_checkCommentForm or c_OutsideScore in the examples above along with the data. Click Update or Add when editing Custom Fields, then click Save Settings to save and apply rules to the API key. Contact support if you need help.
-
DB servers expanded to improve API speed, fixed a few issues (Alert page coloring, moved tagging domains and emaildomains control for non Admins to User Settings).
-
As a security reminder, we strongly encourage using the following security measures on your account:
- IP ACLs for API calls restricting IP access to your systems
- API key rotation where a new key will be generated with options to either immediately invalidate the old key or keep it active for twenty-four hours while rotating keys on your systems.
- Require 2FA for Portal users and/or optional SSO