Forum Discussion
JohnRogers3
7 years agoQrew Trainee
I would say a decent amount of effort. The thing about Quickbase is it does not allow you to see the payload from an API response. So you need to have a server, or a middleman software to manipulate responses between Quickbase and priority ERP.
The things that are simple that Quickbase can do. You can use a webhook to hit an endpoint using XML or JSON to send data. (you will not get response, EX: if your first step in the API is to receive an auth token)
You can allow a 3rd party to post into your APP with a userToken/appToken and field_ID numbers and your Quickbase domain URL.
The things that are simple that Quickbase can do. You can use a webhook to hit an endpoint using XML or JSON to send data. (you will not get response, EX: if your first step in the API is to receive an auth token)
You can allow a 3rd party to post into your APP with a userToken/appToken and field_ID numbers and your Quickbase domain URL.
MichaelHorwitz
7 years agoQrew Trainee
Why is zapier superior to just using the native quickbase webhooks?