Hi,
I’m building a JAMstack eCommerce site that would fetch the data from an LMS system with the SSG. LMS system would trigger the “New course created” webhook that should do two things - create an entry in FaunaDB collection and, on success, trigger the Netlify build.
Could this build be triggered from within a function?
Cheers.