Postman call to action button

From a “non-coder” its easy for me to write a POST call in postman and get it working.
Is there any easy way to copy past an API call from postman into an onclick action button in Wix/corvid?

I have tried to export JS code but it ends up breaking.

Hi. I’m afraid there’s no easy way to do this.

You will need to read about how to access 3rd party services in the article Wix Code: How to Access 3rd-Party Services with the Fetch API .

Also, take a look at the Advanced examples , many of them access 3rd party services. A couple of good examples to start with are: Example: Using the Places API from Google Maps services and Example: Send email with the SendGrid REST interface .

Good luck!

Any luck with this Luke? I’m stuck in the same situation