Jump to Content
EnerfloChat Support
GuidesRecipes and Use CasesREST API (Enerflo v1)Discussions
Chat SupportReturn to the Enerflo AppEnerflo
Guides
Return to the Enerflo App
GuidesRecipes and Use CasesREST API (Enerflo v1)Discussions

🏁 Getting started

  • Enerflo Developer's Hub
  • What is Enerflo "V2" ?

Enerflo API

  • REST API (Enerflo 1.0)
    • Authentication
    • API Keys: Global Access Key
    • API Keys: Lead Gen Keys
    • REST Endpoints
    • Rate Limits
  • GraphQL API (Enerflo 2.0)
    • Generating a GraphQL API Key
    • Authenticating my GraphQL API Request
    • GraphQL Clients
      • GraphQL Playground
      • GraphQL using Postman
      • GraphQL using Hasura.io
    • Swipe File of Useful GraphQL Queries and Mutations
      • Retrieve Lending Products for my Company
      • Update Mutation: Change value of a field in the Deal State Object
      • Paginate through a List
      • Access the Utility Bill for a known Deal ID

Webhooks & Events

  • Overview
  • Enerflo 1.0 Events
    • Enerflo 1.0 Event Definitions
  • Enerflo 2.0 Events
    • Enerflo 2.0 Event Definitions

Adopting Enerflo 2.0

  • Will adopting Enerflo v2 impact any of my existing integrations?
    • Replacing v1 `new_install` with v2 triggers
  • When Does the V1 Install Tracker Get Created?

Use Case Guides

  • How to Integrate Enerflo with my CRM

Overview

Suggest Edits

A webhook is a mechanism for you to receive a real-time notification from Enerflo when a predefined event occurs within the Enerflo platform.

When the event is triggered, a payload of data is delivered via HTTP POST to the target URL of your choosing.

For this to happen you must first create a subscription to the desired event within Enerflo.

Updated over 1 year ago