Tettra

The best way to organize and share knowledge with your teammates.

Go to site
Explore
/
Apps
/
Tettra

Tettra API Integrations

Build and run workflows using the Tettra API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    tettra: {
      type: "app",
      app: "tettra",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://app.tettra.co/api/teams/${this.tettra.$auth.team_id}/search`,
      headers: {
        "Content-Type": `application/vnd.api+json`,
      },
      params: {
        api_key: `${this.tettra.$auth.api_key}`,
      },
    })
  },
})

Authentication

Tettra uses API keys for authentication. When you connect your Tettra account, Pipedream securely stores the keys so you can easily authenticate to Tettra APIs in both code and no-code steps.

To retrieve your Teamd ID and API Key,

  • Navigate to your Tettra account and sign in
  • Go to “My Settings” > “My Integrations”
  • Click the User dropdown on the top right