Portant Docs
Launch PortantInstall App in Hubspot ↗︎
Portant Developers
Portant Developers
  • 💻Developer API
    • Getting Started
    • Tutorial - Create a Workflow
  • Webhooks
    • Send Data to Portant via Webhooks
    • Listen to Events from Portant via Webhooks
  • API Reference
    • Workflows
    • Source
    • Document
    • Google File
    • Outgoing Webhook
    • Team
    • Owner
Powered by GitBook
On this page
  • Overview
  • Fields

Was this helpful?

  1. API Reference

Team

Overview

The team that a workflow belongs to. This is a simple read only resource provided as context.

Fields

Field
Type
Description

id

String

The ID of the team.

name

String

The name of the team.

Example

{
    "id": "tea_Xs4XPpBDsH4TGY",
    "name": "Portant",
}

PreviousOutgoing WebhookNextOwner

Last updated 9 months ago

Was this helpful?