How to configure automation API
Heyo! I want to add a button inside the user panel that if the user has a valid subscription the user can input text into a textbox and press a Button and Wave will send that inserted information to a heroku API server, and update according to the servers reply. Any tips on how to implement this?
Thanks!
Hi there,
You could use the Guzzle package to make external HTTP requests and consume an external API with Laravel.
Here is a quick tutorial that shows how you could do that:
How to consume an external API with Laravel and Guzzle
Hope that this helps!