MYSQL integration

MYSQL calculator integration to WIX. Is this possible? I hired someone on Upwork to build me a cost calculator and the code was given to me with something about a MYSQL. I have no idea about any of this as it’s not my field of expertise. Can someone advise me how I should go about getting this calculator attached to my website please? Thanks.

Hello,

If your provider does not have a simple HTML embed that you can use on your site by following the article Adding Code to Your Site then you should look for their API.

We have a step by step guide on how to work with APIs : Corvid: Accessing Third-Party Services with the Fetch API . By following this article you can call a third-party service directly from your client-side code.

Below you can find some examples where you can see code that interfaces with an external API. You can load the examples in your Editor, play with them, learn, and apply to your own site and specific API that you are interested in using:

Expose and Access Site APIs
Use MyApi and MyApiClient to expose and access external APIs.

Send Email with SendGrid REST Interface
Send an email using the SendGrid REST API.