# Partner apps and triggers/webhooks

**URL:** https://developer-forum.veeqo.com/t/partner-apps-and-triggers-webhooks/685
**Category:** API Queries (How To)
**Created:** [June 9, 2023, 12:29pm UTC](https://developer-forum.veeqo.com/t/partner-apps-and-triggers-webhooks/685 "2023-06-09T12:29:43Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![PeteWard](https://avatars.discourse-cdn.com/v4/letter/p/00F991/32.png) [@PeteWard](https://developer-forum.veeqo.com/u/PeteWard)
#### Post date: [June 9, 2023, 12:29pm UTC](https://developer-forum.veeqo.com/t/partner-apps-and-triggers-webhooks/685/1 "2023-06-09T12:29:43Z")

</div>

Hi,

Our company, Penny Black, is looking at building an integration between Veeqo and ourselves. Ideally this would be a public app for the marketplace in future. For ow we’re looking at a single customer use-case.

We need to trigger our service with a simple API call at the moment that an order is opened for packing.

Is this doable with the available developer interfaces? I can see the API which has RESTful endpoints, but no mention of any webhooks or triggers (I see there’s another message on this forum asking something similar).

Since our service is real-time we wouldn’t really be able to poll the API as it will be too slow.

Any pointers would be greatly appreciated, thanks,  
Pete.

---

<div class="post-metadata">

### Author: ![aphethean](https://avatars.discourse-cdn.com/v4/letter/a/9B8BFF/32.png) [@aphethean](https://developer-forum.veeqo.com/u/aphethean)
#### Post date: [June 16, 2023, 3:36pm UTC](https://developer-forum.veeqo.com/t/partner-apps-and-triggers-webhooks/685/2 "2023-06-16T15:36:43Z")

</div>

Hi Pete,  
I’ve not seen a webhook either, so unfortunately I can’t shed much light on that. However, we recently developed a data connector (based on Meltano / [Singer.io](http://Singer.io)) - in theory, it would be viable to sync the data and trigger a webhook integration for each order. Not a rapid approach of course, but thought I’d ping you anyway in case it’s useful.

> **[Veeqo connector | Matatika](https://www.matatika.com/data-details/tap-veeqo/)**
>
> Find out how to connect to Veeqo in just a few minutes with no code

Thanks,  
Aaron

---

<div class="post-metadata">

### Author: ![PeteWard](https://avatars.discourse-cdn.com/v4/letter/p/00F991/32.png) [@PeteWard](https://developer-forum.veeqo.com/u/PeteWard)
#### Post date: [June 19, 2023, 6:40am UTC](https://developer-forum.veeqo.com/t/partner-apps-and-triggers-webhooks/685/3 "2023-06-19T06:40:41Z")

</div>

Thanks Aaron,

Sounds like a good integration! Unfortunately, our use-case is time critical, we need the information to be as close to instant as possible, so I don’t think it’s viable. I appreciate you taking the time to respond though.

For anyone else reading this post and looking for something similar, we’ve spoken with Veeqo directly and they have confirmed that there are no webhooks and no plans for them either.

We’ll be attempting to use a browser extension instead to layer our service on top (hopefully there’s enough information on the page for this to work!)
