Skip to content

Instantly share code, notes, and snippets.

@rygramer
Created January 8, 2022 01:04
Show Gist options
  • Save rygramer/c28713c9fd0828cf52cf39cb572827be to your computer and use it in GitHub Desktop.
Save rygramer/c28713c9fd0828cf52cf39cb572827be to your computer and use it in GitHub Desktop.
Aura to Embed a Flow in an External Website - Controller.js
({
init : function (component) {
var flow = component.find("flowData");
flow.startFlow("YOUR_FLOW_API_NAME");
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment