Skip to content

Instantly share code, notes, and snippets.

@justlev
Created May 6, 2021 16:11
Show Gist options
  • Save justlev/81139207fba7f1b08a65b8c312422903 to your computer and use it in GitHub Desktop.
Save justlev/81139207fba7f1b08a65b8c312422903 to your computer and use it in GitHub Desktop.
STATEWIZE Integration
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