I’m having trouble initiating a Data API in my app so that it can be called as a REST service. I keep getting the following error message:
The name of the app is LegalAPIs. The name of endpoint is useremails I established up the proper API settings in the app, and here’s how I set up the useremails endpoint
Any help would be greatly appreciated!
NigelG
April 4, 2021, 8:15pm
2
So that looks like a workflow API. So it is always a POST.
You don’t need to initialise it like the API connector. Try hopscotch.com and call it directly.
Make sure you have enabled WF APIs in settings.
If you want to access the data, then that is a different method. But this will kick off that workflow when called from outside.
Hope that makes sense
Thank you, sir! Your comment let me to Reference | Bubble and I figured it out.
1 Like