Freshdesk

API configuration: freshdesk

Features

Features
Status

We can add the missing features within 48 hours; feel free to reach out in the community.

Getting started

Need assistance getting started? Visit the community.

API gotchas

  • Freshdesk requires a user-specific subdomain for API requests.

  • You should request this from the user and pass it to Terapi in the terapi.auth() call:

    terapi.auth('freshdesk', '', ,
        credentials: });
    

Last updated