I am trying to push notification to ios devices - I have successfully done that through curl from my terminal, but I would like to execute curl script on bubble so that I can push automatically through a workflow. Is there a way to do this??
Bump…just wondering, anybody done this, as API connector is not as robust or flexible as cURL imho. Would be nice to just post a curl command and be done with it lol, as an action or as data
It is not possible to run a cURL-command from an action or as data (as far as I know), but it is possible to generate an API-call based on a cURL-command (see image below).
In case there are problems getting a API call to work in Bubble, I often create the call in Postman (postman.com) first and after that in Bubble. You can copy paste the cURL-statement from Postman in Bubble: