Making API calls from ERP system

Is it possible through the webhook / actions feature in Appsheets to make API calls to my account software / ERP system through their REST API?

The information I would like to pass is related to fetching and updating various customer fields and product information.

0 1 377
1 REPLY 1

Yes, you can use an action in AppSheet to trigger a workflow that sends a webhook to your ERP.
https://help.appsheet.com/en/articles/962008-invoking-webhooks-from-a-workflow-rule-or-scheduled-rep...

You can send data from AppSheet to your ERP with POST/PUT/PATCH requests, but you can not GET data from your ERP. For that, try Zapier, Apps Scripts, or see if your ERP can send webhooks to AppSheetโ€™s API.

Top Labels in this Space