This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.0 | |
| info: | |
| title: Order Lookup | |
| version: 1.0.0 | |
| servers: | |
| - url: https://n8n.th0.tech/webhook | |
| paths: | |
| /order-lookup: | |
| post: | |
| operationId: lookupOrder |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.0 | |
| info: | |
| title: Zendesk Order Tracking | |
| description: Search Zendesk tickets for order tracking information | |
| version: 1.0.0 | |
| servers: | |
| - url: https://jflowerscues.zendesk.com/api/v2 | |
| paths: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.0 | |
| info: | |
| title: JFlowers Cues - Zendesk Order Tracking API | |
| description: API for Tawk.to AI to retrieve order status, tracking, and shipment information from Zendesk tickets | |
| version: 1.0.0 | |
| servers: | |
| - url: https://jflowerscues.zendesk.com/api/v2 | |
| description: JFlowers Cues Zendesk API | |
| paths: |