Paragraph allows you to author and maintain Paragon integrations as code, which can be synced with a Git repository to track revisions over time.
What Isn't Defined in a Paragraph Project?
para
. See for the full reference for available CLI commands.
You can link your Paragon account to the CLI by running:
Using an On-Prem Environment?
--host
flag:~/.paragon/credentials.json
. You can view and revoke CLI Keys in the dashboard in; Settings > CLI Keys.
src/
folder.
Learn more about how to configure an integration in Defining Integrations.
salesforce
in the --integration
flag. A prompt will appear to title the workflow. A new TypeScript file will appear in the src/integrations/[integration]
subfolder.
Learn more about workflows and how to define and orchestrate steps in Defining Workflows.