Skip to content

embedworkflow/embed-workflow-node-demo

Repository files navigation

Embed Workflow Node Demo

This repository demonstrates how easy it is to add Embed Workflow to your node js projects. We will add a few UI components to a simple Next JS application.

Dependencies

Resources

Check out the original blog post for more details.

Set Environment Variables

Navigate to your Embed Workflow account settings and copy your publishable and secret keys. I recommend using pk_test and sk_test.

EMBED_WORFKLOW_SK=sk_test_12345
EMBED_WORFKLOW_PK=pk_test_12345

Update Your Form ID

You will need a workflow already set up before we embed. Copy your id and update REPLACE_ME_WITH_YOUR_FORM_ID.

Note: Check the latest link and script URLs here.

Update Your Slack Webhook URL

Update REPLACE_ME_WITH_YOUR_SLACK_WEBHOOK_URL with your Slack webhook URL. Read more on configuring Slack.

How to use

Migrate the database

npx prisma migrate dev

Start the dev server

npm run dev
yarn run dev

About

See how easy it is to add Embed Workflow to your node js projects. We will add a few UI components to a simple Next JS application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published