What do you want to automate

with Envoy and Hathr AI?

Prompt, edit and deploy AI agents that connect to Envoy, Hathr AI and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Create an Invite with Envoy API on New Document Created from Hathr AI API
Hathr AI + Envoy
 
Try it
List Documents with Hathr AI API on New event when a visitor changes its signed status from Envoy API
Envoy + Hathr AI
 
Try it
List Documents with Hathr AI API on New event when a visitor is invited from Envoy API
Envoy + Hathr AI
 
Try it
Send Chat Message with Hathr AI API on New event when a visitor changes its signed status from Envoy API
Envoy + Hathr AI
 
Try it
Send Chat Message with Hathr AI API on New event when a visitor is invited from Envoy API
Envoy + Hathr AI
 
Try it
New event when a visitor changes its signed status from the Envoy API

Emit new event for each visitor who signed in or out. See the docs

 
Try it
New Document Created from the Hathr AI API

Emit new event when a new document is created. See the documentation

 
Try it
New event when a visitor is invited from the Envoy API

Emit new event for each invitations to a person or a group of people to visit a location. See the docs

 
Try it
Create an Invite with the Envoy API

Create an Invite to a person to visit a location. See the docs

 
Try it
List Documents with the Hathr AI API

Retrieves a list of all available documents. See the documentation

 
Try it
Send Chat Message with the Hathr AI API

Sends a chat message using Hathr AI. See the documentation

 
Try it
Upload Document with the Hathr AI API

Uploads a document that can be used in future chat requests. See the documentation

 
Try it
Integrate the Envoy API with the Hathr AI API
Setup the Envoy API trigger to run a workflow which integrates with the Hathr AI API. Pipedream's integration platform allows you to integrate Envoy and Hathr AI remarkably fast. Free for developers.

Overview of Envoy

The Envoy API empowers users to streamline workplace operations, particularly visitor management, deliveries, and room bookings. Leveraging Pipedream's capabilities, you can automate tasks involving these aspects. For example, you can receive notifications when guests arrive, sync visitor data with other systems, or automate the creation and management of room bookings.

Connect Envoy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    envoy: {
      type: "app",
      app: "envoy",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.envoy.com/v1/employees/`,
      headers: {
        Authorization: `Bearer ${this.envoy.$auth.oauth_access_token}`,
      },
    })
  },
})

Connect Hathr AI

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    hathr_ai: {
      type: "app",
      app: "hathr_ai",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.hathr.ai/v1/document/list`,
      headers: {
        Authorization: `Bearer ${this.hathr_ai.$auth.oauth_access_token}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo