Created
May 6, 2021 16:11
-
-
Save justlev/81139207fba7f1b08a65b8c312422903 to your computer and use it in GitHub Desktop.
STATEWIZE Integration
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 res = await sdk.executions.startExecutionSync({ | |
token: process.env.MY_FLOW_TOKEN, | |
entryPayload: {user: {id: 123, data: 'whatever-you-need'}} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment