ZBrain Documentation
  • ZBrain Documentation
    • Components of ZBrain
    • Getting started with ZBrain
    • 📚Knowledge base
      • How to create a knowledge base?
      • Knowledge source
      • Information schema
      • File summary
      • Automated reasoning
      • Retrieval testing
      • Knowledge base settings
    • 📱APP
      • How to create a new app?
      • How to set up and customize your app?
      • How to access the app reporting dashboard?
    • 🤖ZBrain AI agents
      • Get started with agents on ZBrain
      • Deploying pre-built agents
      • Creating custom AI agents
        • Agent setup
        • Define input sources
        • Define Flow
          • Key elements of a Flow
          • Flow Components
            • Activepieces Platform
            • AITable
            • Airtable
            • Amazon S3
            • Amazon SNS
            • Amazon SQS
            • Amazon Textract
            • Apify
            • Apollo
            • Approval
            • Asana
            • Azure Communication Services
            • Azure Cosmos DB
            • Azure Document Intelligence
            • Azure OpenAI
            • Azure Translation
            • Bannerbear
            • Baserow
            • Beamer
            • Bedrock Claude
            • Bettermode
            • Binance
            • Bing Search
            • Blackbaud
            • Bonjoro
            • Box
            • Brevo
            • Brilliant Directories
            • Bubble
            • CSV
            • Calendly
            • Certopus
            • Clearout
            • Clockodo
            • Code
            • Confluence
            • Connections
            • Constant Contact
            • Contiguity
            • Contentful
            • Customer.io
            • Crypto
            • Databricks
            • Data Mapper
            • Date Helper
            • DeepL
            • Delay
            • Discord
            • Discourse
            • Drip
            • Dropbox
            • Dust
            • Facebook Pages
            • Figma
            • Files Helper
            • Flowise
            • Flowlu
            • Formbricks
            • Frame
            • Freshdesk
            • Freshsales
            • GCloud Pub/Sub
            • GenerateBanners
            • GhostCMS
            • GitHub
            • GitLab
            • Gmail
            • Google Calendar
            • Google Contacts
            • Google Docs
            • Google Drive
            • Google Forms
            • Google Gemini
            • Google My Business
            • Google Search
            • Google Search Console
            • Google Sheets
            • Google Tasks
            • Groq
            • Hacker News
            • Heartbeat
            • HubSpot
            • HTTP
            • Image Helper
            • Inputs
            • Instagram for Business
            • Intercom
            • Invoice Ninja
            • Jira Cloud
            • Jotform
            • Kimai
            • Kizeo Forms
            • LeadConnector
            • Line Bot
            • Linear
            • LinkedIn
            • LinkedIn Actions
            • LLMRails
            • Lusha
            • MailerLite
            • Mailchimp
            • Mautic
            • Microsoft Dynamics 365 Business Central
            • Microsoft Dynamics CRM
            • Microsoft Excel 365
            • Microsoft OneDrive
            • Microsoft Outlook Calendar
            • Microsoft Teams
            • Mixpanel
            • MongoDB
            • Notion
            • Odoo
            • OpenAI
            • OpenRouter
            • Pastebin
            • PDF
            • Postgres
            • PostHog
            • Pushover
            • Qdrant
            • Queue
            • Razorpay
            • Router
            • Salesforce
            • SendGrid
            • ServiceNow
            • SFTP
            • SharePoint
            • Slack
            • SMTP
            • Snowflake
            • SOAP
            • Spotify
            • Stability AI
            • Stable Diffusion Web UI
            • Storage
            • Stripe
            • SurrealDB
            • SurveyMonkey
            • Taskade
            • Telegram Bot
            • Text Helper
            • Trello
            • Twilio
            • Twitter
            • Utilities
            • WhatsApp Business
            • WordPress
            • XML
            • YouTube
            • ZBrain
            • Zendesk
            • ZeroBounce
            • Zoho Books
            • Zoho CRM
            • Zoho Invoice
            • Zoom
          • How to Define a Flow?
          • How to Test Each Step in the Flow?
        • Configure Additional Settings
        • Test and Deploy Agents
        • How to access, monitor, and manage agent performance and tasks?
    • Settings
    • 📖API Tutorials
      • 📚Knowledge base
        • Automated Reasoning
      • 📱APP
      • 🤖Agents
Powered by GitBook
On this page
  • How to Connect DeepL to ZBrain Flow?
  • Actions Available in ZBrain Flow
  • Custom API Call
  1. ZBrain Documentation
  2. ZBrain AI agents
  3. Creating custom AI agents
  4. Define Flow
  5. Flow Components

DeepL

PreviousDate HelperNextDelay

Last updated 1 month ago

DeepL is a powerful AI-driven translation service known for its high-quality translations across multiple languages. It provides accurate and context-aware translations, making it a preferred choice for businesses and individuals seeking precise language conversion.

To integrate DeepL with ZBrain Flow:

  • Click the '+' button in the Flow and search for DeepL in ZBrain Flow.

  • Select the desired action from the available options.

How to Connect DeepL to ZBrain Flow?

  1. Give a Connection Name – Enter a name to identify the DeepL connection.

  2. Enter the API Key – Follow these steps to obtain your DeepL API Key:

    • Log in to your DeepL account.

    • Visit .

    • Go to the API section and copy your API Key.

  3. Select the API URL – Choose between the free or paid version.

  4. Click 'Save' – Your DeepL connection is now set up in ZBrain Flow.

Actions Available in ZBrain Flow

Translate Text

Translate text into a target language.

How to Configure Translate Text in ZBrain Flow?

  1. Enter the Text – Provide the text that needs to be translated.

    • Note: Only UTF-8 encoded plain text is supported.

  2. Select Target Language – Choose from 31 available languages.

  3. Select Source Language – Specify the original language of the text.

  4. Select Split Sentences Type – Define how the text should be split before translation:

    • No splitting: Treats the entire input as one sentence.

    • Split on punctuation and newlines.

    • Split on punctuation only (ignoring newlines).

  5. Select Preserve Formatting – Choose Yes or No to retain the original formatting.

  6. Select Formality – Adjust the tone of the translation:

    • Default

    • More formal language

    • More informal language

    • Fallback to default if the selected formality is unavailable

  7. Enter Glossary ID – Specify a glossary to enforce consistent terminology translation.

  8. Select Tag Handling – Choose how XML or HTML tags should be processed:

    • Enable XML tag handling

    • Enable HTML tag handling

  9. Select Outline Detection – Choose Yes or No for automatic XML structure detection.

  10. Enter Non-Splitting Tags – Provide a comma-separated list of XML/HTML tags that should not be split.

  11. Enter Ignore Tags – Provide a comma-separated list of XML/HTML tags to be ignored.

Note: Click 'f' to add dynamic values wherever needed.

Custom API Call

Make a custom API call to a DeepL endpoint.

How to Configure Custom API Call in ZBrain Flow?

  1. Select the Method – Choose from GET, POST, PATCH, PUT, DELETE, or HEAD.

  2. Add Headers – Input headers in the provided fields.

    • Authorization headers are automatically injected from your connection.

    • Click '+ Add Item' to add additional headers.

  3. Add Query Parameters – Input query parameters in the provided fields.

    • Click '+ Add Item' to add additional query parameters.

  4. Enter JSON Body – Provide the request body in JSON format.

  5. Enter Timeout – Specify the timeout duration in seconds.

Note: Click 'f' to add dynamic values wherever needed.

🤖
DeepL Account Summary