Created
January 31, 2021 13:40
-
-
Save justlev/bf4b1e95b3547be515f67c6344ee9ee1 to your computer and use it in GitHub Desktop.
Integrating STATEWIZE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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