Module: WebHooks::Hook

Extended by:
ActiveSupport::Concern
Included in:
WebHook
Defined in:
app/models/concerns/web_hooks/hook.rb

Constant Summary collapse

InterpolationError =
Class.new(StandardError)
SECRET_MASK =
'************'
MAX_PARAM_LENGTH =
8192
VARIABLE_REFERENCE_RE =

See app/validators/json_schemas/web_hooks_url_variables.json

/\{([A-Za-z]+[0-9]*(?:[._-][A-Za-z0-9]+)*)\}/