An open API service indexing awesome lists of open source software.

https://github.com/gravyhtx/wix-to-monday-fetch

A simple POST to Monday from Wix using 'monday-sdk-js'. This example was used for a client that needed an email added with a label of "Incomplete" and send the client to an external website to complete registration. So that's basically what it does.
https://github.com/gravyhtx/wix-to-monday-fetch

Last synced: 9 days ago
JSON representation

A simple POST to Monday from Wix using 'monday-sdk-js'. This example was used for a client that needed an email added with a label of "Incomplete" and send the client to an external website to complete registration. So that's basically what it does.

Awesome Lists containing this project

README

        

# WIX TO MONDAY FETCH
A (very) simple POST to [Monday](www.monday.com) using their [GraphQL API](https://developer.monday.com/api-reference/docs) from Wix after [installing the 'monday-sdk-js' npm package](https://support.wix.com/en/article/velo-working-with-npm-packages).

This example was used for a client that needed an email added with a label of "Incomplete" and send the client to an external website to complete registration. So that's basically what it does.

Attach this code to the submit button, change the function to whatever the 'click' name is ('register_click' in this case), and make sure that the correct input name (#formEmail or whatever) is being used for the email or whatever other data you're trying to send.

I don't know too much else or care too much else about this at the moment so if it doesn't work, I can probably help you debug it if you hmu on IG [(@gravydesignco)](https://instagram.com/gravydesignco)... otherwise you may be on your own on this one. Err, like idk go ask ChatGPT. All I know is it worked whenever I used it for that purpose.

It's just been sitting in my files for a while and I thought maybe someone else might get use out of it.

Much love!
Andrew // Grävy Design Co.