Skip to content

imohanvadivel/zoho-desk-postman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoho Desk APIs for Postman

Run in Postman

This is a Postman collection covering the Zoho Desk API.

Disclaimer

Getting Started

To get started, you could either fork the collection from the Postman's workspace or import the collections JSON file from this repository into postman.

How to Fork collections from Postman

  • Fork the collection from the public workspace within postman.

    Fork the collection

  • Enter a name for your fork and select the workspace where it will be created.

    Enter name and workspace

  • Similarly click on the Environments tab and fork the environment template.

    Fork environment

  • You should now see the Zoho Desk API collection and environment in your selected workspace.

    Collection pane

  • Update the environment variables with your secret keys and save.

    Update Environment Variables

  • Set the environment to active.

    Set environment to active

You are now up and running with Zoho Desk API collections.


How to import collections to Postman

  • Download the zoho-desk-postman repository.

  • Open your preferred workspace in the Postman app and click on the top-left Import button.

    import the collection

  • On the import pop-up page, select the folder tab and choose the root folder of the downloaded repository.

    Choose folder

  • Click the import button.

    import

  • You should now see the Zoho Desk API collection on the Collections pane.

    Collection pane

  • Update the environment variables with your secret keys and save.

    Update Environment Variables

  • Set the environment to active.

Set environment to active

You are now up and running with Zoho Desk API collections.

Contribute

You can easily contribute to this project by

  1. Fork this repo.
  2. Import the collection into your Postman workspace and make your contribution in the postman editor itself.
  3. Export your collection to overwrite the file in your forked branch.
  4. Submit the forked branch as a PR back to this repo.