Webhook from Anaplan to SAP

Hello,


We would like to implement an interface between Anaplan and SAP, where the interface would be triggered only if there are data in the view use for the export. Is there a technical possibility to have a webhook between Anaplan and SAP which would inform that there is data in the view ? Or another kind of webhook would be possible ?

Thanks

Best Answer

  • @AFedi I think, at least right now, that Anaplans API doesn't support webhooks to trigger events.

    Most likely you will need to rely on a polling method to periodically check for new data in the table you are retrieving, or SAP if has this functionality, use SAP to call the Anaplan API to cause Anaplan to fetch the new data from SAP.