Logic documents are a powerful way to create and execute complex workflows. In this section, we will cover the 4 basic steps of how to get started with documents in Logic.
Step 1: Access the Logic dashboard and create a new document
Open the Logic dashboard and log in to your account.
Start by clicking the New Document button in the top right corner of the Logic dashboard. This will open a new document editor where you can start building your document.
What do you need the Logic API to do? Write a description of the task you want to accomplish.Additionally, set a title for your document. This title will be used to identify your document in the Logic dashboard.
Learn more about how to write a document in the Making a
Document section.
Once you have written up your document, a testing page is automatically generated to the right of the document editor. Use this to verify the functionality of your document, and edit your document as you see fit.
Once your document is published, you can use the API endpoint to execute your document. You can publish your document by clicking the Publish button in the top right corner of the document editor. This will make the API endpoint for your document available for use.
Learn more about how to use the API in the API Reference
section.