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

Deal Updated Bare Example

Suggest Edits

Event Label: Deal Updated Bare

Event Name: deal.updated.bare

Trigger: When a Deal is updated

Target Org: The Sales Org that created the Deal

{
  "payload": {
    "targetOrg": "88888888-0e5f-4996-8f74-28c75ddb48b9",
    "initiatedBy": "296af00b-3c04-45bd-82a4-a2ece88171eb",
    "id": "59886cce-2504-4da8-b63a-25b088e97b46"
  },
  "event": "deal.updated.bare"
}

Updated 10 months ago