Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.embeddables.com/llms.txt

Use this file to discover all available pages before exploring further.

1

Add a Trigger for on first load

  • Open the Logic card.
  • Switch to the Triggers tab.
  • Add a new Trigger.
  • Select When "Flow" Is "Loaded".
2

Create a custom code Action

  • Click “Create New Action”.
  • Give it a name.
  • Hit Apply.
3

Write your custom code

  • Add whatever custom JS you like inside the output() function.
  • The first argument of output() is the User Data, and the other arguments are described here.
  • The code will execute on the frontend, in the main window environment, so has access to window functions and variables.

Learn more about Custom Code

Read more about writing Custom Code in Embeddables, including all the available arguments passed in to the function.