CustomJS is a code-first automation platform that enables seamless integration of custom JavaScript logic into various systems and technologies, allowing users to extend applications by writing functions for tasks like sending emails, generating PDFs, or updating CRM data fields.
Tool to authenticate a CustomJS API key. Use when verifying a user's API key before making further requests.
Tool to convert HTML to a PDF document. Use when you need to generate a PDF from raw HTML. Returns raw PDF bytes suitable for download or storage.
Tool to convert HTML string to PNG image. Use when you need a PNG from HTML after preparing your markup.
Tool to capture a screenshot of a webpage. Use when you need a visual snapshot of a URL.
Tool to merge multiple PDF files into a single PDF. Use when you have multiple PDF URLs and want one combined PDF.
Tool to run a Puppeteer script and capture a screenshot. Use when automating headless browser tasks and needing a PNG output. Use after confirming the script logic.