Teamgate is an intelligent sales CRM with a great insights. Start from Lead capturing and move along to closing a Deal. Get top reports, which will become a necessity from day one.
Go to siteThe Teamgate API is the perfect tool for developers to create custom applications and integrations with the Teamgate CRM. With the Teamgate API, you can build a wide range of custom tools or integrations to optimize your use of Teamgate. Here are a few examples of what you can build with the Teamgate API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
teamgate: {
type: "app",
app: "teamgate",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.teamgate.com/v4/users`,
headers: {
"X-App-Key": `${this.teamgate.$auth.app_key}`,
"X-Auth-Token": `${this.teamgate.$auth.auth_token}`,
},
})
},
})
Emit new event when a activity status is changed. See docs here
Emit new event when a deal stage is changed. See docs here
Teamgate uses API keys for authentication. When you connect your Teamgate account, Pipedream securely stores the keys so you can easily authenticate to Teamgate APIs in both code and no-code steps.
To find your app key, go to Teamgate dashboard, then click on your initials/picture at the top right corner of Teamgate and choose Settings > Additional features > External App > New API Key request
You can find your personal API authentication key (AUTH_TOKEN) by clicking on your initials/picture at the top right corner of Teamgate and choose "My Profile" > Integrations > API access >copy AUTH_TOKEN