tripit / api

TripIt's API Documentation and Support Forum
http://www.tripit.com/developer
Other
47 stars 16 forks source link

Integration with Envision system #257

Open Taynadab opened 4 years ago

Taynadab commented 4 years ago

I am part of a travel agency in Brazil and I would like to know if you have any type of integration to insert our passengers' vouchers in your application and what the cost would be.

I await reply, thank you!

aosyborg commented 4 years ago

Hi @Taynadab,

Our API allows basic management of a users itinerary provided they authorize your application. We don't directly have a trip item type called "vouchers" but users often use the "note" trip item type for such miscellaneous use cases. There are no additional costs to utilize our API.

Taynadab commented 4 years ago

Got it ... so I can't import a file from another system with the travel voucher already ready for passengers to view?

Would it be necessary to add one service at a time for the API to manage the trip? It is?

aosyborg commented 4 years ago

You'd need to create an application: https://www.tripit.com/developer Then follow the oauth steps here: http://tripit.github.io/api/doc/v1/index.html You will be able to create note trip items that contain any information you want (like vouchers) for any user that has authorized your application.