TextMaster's Developer Documentation
HomeApp
  • Welcome!
  • Quick Start
    • Postman
    • OpenAPI
  • Overview
    • Resources in the REST API
    • Authentication
    • Troubleshooting
    • Filters
    • Workflow
    • File uploads
    • Loop
  • Guides
    • Integrator best practices
  • Apps
    • About OAuth Apps
    • Building OAuth Apps
      • Creating an OAuth App
      • Authorizing OAuth Apps
      • Scopes for OAuth Apps
    • Managing OAuth Apps
      • Modifying an OAuth App
      • Deleting an OAuth App
  • Webhooks & Events
    • Webhooks
      • Creating webhooks
      • Configuring your server for webhooks
      • Securing webhooks
      • Troubleshooting webhooks
    • Events
  • Integrations
    • Akeneo
      • Getting Started
      • Configuration
      • Usage
      • Monitoring
      • Troubleshooting
    • Salesforce Commerce Cloud
      • Getting Started
      • Configuration
      • Usage
      • Monitoring
      • Troubleshooting
  • Reference
    • Abilities
    • Authors
    • Documents
    • Categories
    • Countries
    • Expertises
    • Glossaries
    • Languages
    • Levels
    • Locales
    • Preferred Authors
    • Projects
    • Project Templates
    • Negotiated Contracts
    • Support Messages
    • Transactions
    • Uploads
    • Users
    • Work Templates
Powered by GitBook
On this page
  • Add documents to project in batch
  • Favor sending your content as files
  • Favor webhooks to retrieve your content
  • Secure payloads delivered from TextMaster
  • Favor asynchronous work over synchronous
  • Use appropriate HTTP status codes
  • Provide as much information as possible to the user
  • Follow any redirects that the API sends you
  • Don't manually parse URLs
  • Check the event type and action before processing the event
  • Dealing with API errors

Was this helpful?

  1. Guides

Integrator best practices

Learn how to build app that reliably interacts with the TextMaster API and provides the best experience for you users.

PreviousLoopNextAbout OAuth Apps

Last updated 3 years ago

Was this helpful?