Forum Discussion

mattmalone's avatar
mattmalone
Experienced Cover User
6 years ago

Webhook for EXO API

Hi all,

 

I'm a civilian developer, so I apologize if this comes across incorrectly.

 

I have MYOB EXO and access to my API, however, the issue that I find myself in is whether or not webhooks are available within the API.

 

If it is not available in the API, I struggle to see how I could realise the full integration that I am after for my warehouse team. The data is to be pulled from EXO, into a Microsoft SharePoint list based on our delivery date with the customer so we can put the Sales Orders in order and push information out to other services upon delivery to the customer (signature of delivery completion saved in SharePoint, Customer Survey pushed out by Survey Monkey etc).

  • Hi mattmalone 

     

    I have been working with Exo for many years developing add-on solutions. I do not believe that there are any webhooks available to to perform tasks you are looking for when something happens within the Exo database. To provide that sort of functionality, you will need to add triggers the database that write the primary key (usually the SEQNO) plus other details to a table in the database to which you then develop a Windows Service to read and process (ie. Make a call outward to your other applications and include the relevant details).

     

    Hope that helps a bit.

     

    Cheers

     

    Steve.