tom-ticket

n8n community nodes for TomTicket API v2

Package Information

Downloads: 46 weekly / 144 monthly
Latest Version: 0.1.0
Author: Rafael Carvalho

Documentation

n8n-nodes-tom-ticket

This is an n8n community node package for TomTicket API v2.

Features

  • Shared TomTicket API credentials (Bearer token)
  • TomTicket Ticket node
    • create
    • get
    • getAll
    • replyAsOperator
    • finish
  • TomTicket Customer node
    • create
    • get
    • getAll
    • update
  • Built-in soft throttling/retries for the documented API limit (3 req/s)

Credentials

Create a credential of type TomTicket API and provide your TomTicket API token.

The package targets the fixed API base URL:

  • https://api.tomticket.com/v2.0

Development

npm install
npm run build
npm run test

Compatibility

  • n8n community package (n8nNodesApiVersion: 1)
  • Raw TomTicket payload output for all operations

Discussion