Frontend API request, using the Embeddables Secure Proxy
This is usually the best solution if:
✅ You want to send data to an external SaaS app, Zapier or your own backend/database/API.
✅ You need to access it instantly (sooner than within 1 minute), or it will block the end-user from progressing.
✅ You need to include some kind of private API key or token in the request - OR - you’ll be sending to a domain that might be blocked by browsers or ad blockers.
Frontend API request, using the Embeddables Secure Proxy
This is usually the best solution if:
✅ You want to fetch data from an external SaaS app, Zapier or your own backend/database/API.
✅ The content doesn’t need to load instantly on page load (it can be e.g. on a subsequent page, or after a button click).
✅ You need to include some kind of private API key or token in the request - OR - you’re fetching from a domain that might be blocked by browsers or ad blockers.