Skip to content

Instantly share code, notes, and snippets.

@justlev
Created January 31, 2021 13:40
Show Gist options
  • Save justlev/bf4b1e95b3547be515f67c6344ee9ee1 to your computer and use it in GitHub Desktop.
Save justlev/bf4b1e95b3547be515f67c6344ee9ee1 to your computer and use it in GitHub Desktop.
Integrating STATEWIZE
const sdk = require('statewize-client-sdk');
const execution = await sdk.executions.startExecutionSync({
token: process.env.PROJECT_TOKEN,
entryPayload: {user: {id: 1234, otherParams: 'whatever-you-need'}}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment