List saved replies for an inbox.
List saved replies for an inbox.
bearerToken Personal access tokens created from the ThriveDesk UI. Create one under Integrations -> API Keys.
In: header
Inbox identifier.
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/inboxes/string/saved-replies"{ "data": [ { "id": "string", "name": "string", "message": "string", "folder": "string", "inbox_id": "string", "uses_count": 0, "author": { "id": "string", "name": "string", "email": "[email protected]", "avatar": "http://example.com" }, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ]}Delete a custom view DELETE
Only the teammate who owns the view may delete it, the account owner included. Permanent, and it removes the view for everyone it was shared with. Listing and creating custom views is not part of this surface, so the identifier has to come from a first-party client. Personal access token only. The API supports a second, partner-issued token class that is not part of the public surface. This endpoint does not accept that class.
List tags assigned in an inbox GET
List tags assigned in an inbox.