Automation

Make

Screen submissions inside a Make scenario using the HTTP module.

What exists today

No published Make app. The generic HTTP → Make a request module is the supported path and works with no extra cost beyond your operations.

Setup

  1. 1Add an HTTP → Make a request module.
  2. 2URL: https://www.layercall.com/v1/score/user, method POST.
  3. 3Headers: X-Api-Key with your key; Content-Type application/json.
  4. 4Body type: Raw, content type JSON, with the fields you have.
  5. 5Enable 'Parse response' so verdict and risk_score are available to later modules.

Questions

Where do I put the API key safely?

Make's connection/keychain rather than a plain-text field in the scenario, so it is not visible to everyone with scenario access.

Other integrations