Enclaive Multi Cloud Platform
HomeDocumentationTutorialsTry Cloud
  • Enclaive Multi Cloud Platform
  • Documentation
    • What is EMCP?
    • Why use EMCP?
    • Features
      • Virtual HSM
      • Vault
      • Nitride
      • Buckypaper
      • Dyneemes
      • Morphism
    • Supported Cloud Platforms
  • Tutorials
    • Buckypaper
      • Create a Buckypaper VM
      • Connect with SSH
      • Manage DNS
        • Cloudflare
      • Tag Buckypaper
      • Secure your VM with Firewall
      • Turn on/off Buckypapers
      • Destroy Buckypapers
    • Dyneemes
      • Create clusters
      • Connect to a cluster
      • Setup advanced monitoring
      • Upgrade without data loss
      • Add nodes and node pools
      • Drain and restart nodes
    • Data-in-use encrypting Database
      • Create a database cluster
      • Configure CNAME DNS record
      • Delete Applications
    • Applications
      • Create Nextcloud Hub
      • Configure CNAME DNS record
      • Delete Applications
      • After the installation
    • Billing
      • Add/Update payment method
      • Add/Change address
      • Add/Change VAT
    • Settings
      • Manage Team
        • Create a team
        • Delete a team
        • Invite team members
        • Remove team members
      • Bring your own Subscription
        • Azure
        • AWS
        • Google Cloud Platform
    • Account
      • Registration
      • Login
      • Delete account
  • Developers
    • API
      • Console
        • Auth
          • JWKS
        • Account
          • Need
        • Projects
          • Activity
        • Manage
          • Application
            • DNS
          • Database
          • Kubernetes
          • Virtual Machine
            • Security rule
          • Configurations
            • Location
            • Image
            • Price
            • Size
            • Provider
            • Cloud Provider
          • Attestation
        • vHSM
          • BYOS
          • User Storage
        • Settings
          • Team
          • Invite
        • Billing
          • Settings
          • Invoice
          • Cost
          • Promo - TODO
        • Support
          • Hubspot Files
          • Ticket
      • Admin
        • Auth
        • Accounts
          • Team
            • User
            • Application
            • Virtual machine
            • Database
            • Cluster
            • Resource
        • Quotas
          • Default quota
          • Provider quota
          • Team quota
        • Invoices
  • Resources
    • Blog
    • GitHub
    • Youtube
    • CCx101
Powered by GitBook
On this page

Was this helpful?

  1. Developers
  2. API
  3. Console
  4. Support

Hubspot Files

In the "HubSpot Files" section, you can find an endpoint that allows users to add files when creating support tickets. This functionality simplifies the process of attaching relevant files or documents to tickets, facilitating effective communication with the support team.

Create

POST {{BASE_URL}}/upload

Attach a file to a specific ticket.

Headers

Name
Type
Description

Authorization*

String

Bearer Token

Request Body

Name
Type
Description

data*

Binary

png, jpeg, bmp, pdf

{
    "id": 84694440637,
    "portal_id": 139689106,
    "name": "John Doe.1699281451244",
    "size": 6808,
    "height": 192,
    "width": 192,
    "encoding": "png",
    "type": "IMG",
    "extension": "png",
    "cloud_key": "hubfs/139689106/enclaive/ticket_attachments/6548a41138406c14db33b606/Igor%20Solonskiy.1699281451244.png",
    "s3_url": "https://cdn1.hubspotusercontent-eu1.net/hubfs/139689106/enclaive/ticket_attachments/6548a41138406c14db33b606/Igor%20Solonskiy.1699281451244.png",
    "friendly_url": "https://139689106.fs1.hubspotusercontent-eu1.net/hubfs/139689106/enclaive/ticket_attachments/6548a41138406c14db33b606/Igor%20Solonskiy.1699281451244.png",
    "meta": {
        "allows_anonymous_access": false,
        "expires_at": 1707230251688,
        "indexable": false
    },
    "created": 1699281451735,
    "updated": 1699281451735,
    "deleted_at": 0,
    "folder_id": 84694440636,
    "hidden": false,
    "archived": false,
    "created_by": 27669242,
    "deleted_by": null,
    "replaceable": true,
    "default_hosting_url": "https://139689106.fs1.hubspotusercontent-eu1.net/hubfs/139689106/enclaive/ticket_attachments/6548a41138406c14db33b606/Igor%20Solonskiy.1699281451244.png",
    "teams": [],
    "title": "John Doe.1699281451244",
    "is_indexable": false,
    "cloud_key_hash": "508fe7a6c2df81964213d44fc8b0f84c",
    "url": "https://139689106.fs1.hubspotusercontent-eu1.net/hubfs/139689106/enclaive/ticket_attachments/6548a41138406c14db33b606/Igor%20Solonskiy.1699281451244.png",
    "cdn_purge_embargo_time": null,
    "file_hash": "2686e04af3687d090a4077b591cb30c7"
}

Last updated 1 year ago

Was this helpful?