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

Owner

Overview

The user who owns a specific workflow. This is a simple read only resource provided as context.

Fields

Field
Type
Description

id

String

The user ID of the owner.

name

String

The full name of the workflow's owner.

email

String

The email of the workflow's owner.

Example

{
    "id": "usr_DsH4TGYXs4XPpB",
    "name": "Blake Lockley",
    "email": "blake@portant.co"
}

PreviousTeam

Last updated 8 months ago

Was this helpful?