15Five

15Five is a human-centered performance management platform that creates effective managers, highly engaged employees, and top-performing organizations.

Go to site
Explore
/
Apps
/
15Five

15Five API Integrations

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

Overview

The 15Five API enables you to build custom integrations and applications on top of the 15Five platform. With the API, you can access data stored in 15Five, including:

  • Users
  • Companies
  • Goals
  • Check-ins
  • Feedback
  • Recognition

You can use the API to build applications that help 15Five users manage their work and achieve their goals. For example, you could build a custom integration that links 15Five with another tool that your team uses, such as a project management tool or a CRM. Or, you could build a custom application that helps users track their progress on their goals, or provides them with recognition for a job well done.

Whatever you build, the 15Five API gives you the power to customize the 15Five experience for your users in a way that best meets their needs.

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: {
    f15five: {
      type: "app",
      app: "f15five",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://my.15five.com/api/public/user/`,
      headers: {
        "Authorization": `${this.f15five.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with 15Five API

1
-
12
of
1400+
apps by most popular

HTTP / Webhook
HTTP / Webhook
Get a unique URL where you can send HTTP or webhook requests
Node
Node
Anything you can do with Node.js, you can do in a Pipedream workflow. This includes using most of npm's 400,000+ packages.
Schedule
Schedule
Trigger workflows on an interval or cron schedule.
Beta
Python
Python
Anything you can do in Python can be done in a Pipedream Workflow. This includes using any of the 350,000+ PyPi packages available in your Python powered workflows.
Beta
Data Stores
Data Stores
Use Pipedream Data Stores to manage state throughout your workflows.
Telegram Bot
Telegram Bot
Telegram is a cloud-based instant messaging and voice over IP service
OpenAI (ChatGPT)
OpenAI (ChatGPT)
OpenAI is an AI research and deployment company with the mission to ensure that artificial general intelligence benefits all of humanity. They are the makers of popular apps like ChatGPT and DALL·E 2.
Google Sheets
Google Sheets
With Google Sheets, you can create, edit, and collaborate wherever you are
Discord
Discord
Use this app to create a Discord source that emits messages from your guild to a Pipedream workflow.
GitHub
GitHub
Where the world builds software. Millions of developers and companies build, ship, and maintain their software on GitHub—the largest and most advanced development platform in the world.
Formatting
Formatting
Pre-built actions to make formatting and manipulating data within your workflows easier.
Slack
Slack
Slack is a channel-based messaging platform. With Slack, people can work together more effectively, connect all their software tools and services, and find the information they need to do their best work — all within a secure, enterprise-grade environment.
Get User with 15Five API on New Requests from HTTP / Webhook API
HTTP / Webhook + 15Five
 
Try it
Send Message with Discord Webhook API on New 1-on-1 Created from 15Five API
15Five + Discord Webhook
 
Try it
Add Multiple Rows with Google Sheets API on New 1-on-1 Created from 15Five API
15Five + Google Sheets
 
Try it
Get User with 15Five API on New Submission from Typeform API
Typeform + 15Five
 
Try it
Get Film with SWAPI - Star Wars API on New 1-on-1 Created from 15Five API
15Five + SWAPI - Star Wars
 
Try it
New 1-on-1 Created from the 15Five API

Emit new event for each new 1-on-1 created. See the documentation

 
Try it
New Checkin Created from the 15Five API

Emit new event for each new check-in. See the documentation

 
Try it
New High Five Received from the 15Five API

Emit new event for each new high five received. See the documentation

 
Try it
Create High Five with the 15Five API

Create a High five within a company. See the documentation

 
Try it
Get Checkin Details with the 15Five API

Get check-in object details. See the documentation

 
Try it
Get User with the 15Five API

Retrieve a user object. See the documentation

 
Try it

Authentication

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

To retrieve your API key,

  • Navigate to your 15Five account and sign in
  • Go to “Settings” at the top right > “Features” > “Integrations”> “Public API”