Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On this page you can find some use cases how you can use PIPEFORCE AI to boost your process automation and integration tasks.

Table of Contents
stylenone

Prompts

UC1 - Reductive Prompt: Create a summary from an email attachment

...

Code Block
languagejson
{
    "invoiceNumber": "123100401",
    "address": "ABC Provider (Germany) GmbH - Weg 3 - 12345 Stadt",
    "invoiceDate": "01.02.2025 - 29.02.2025",
    "positions": [
        {
            "description": "Invoice WMACCESS Internet, 1 Month",
            "pieces": 1,
            "price": 130.00
        },
        {
            "description": "Router Type 3 rental",
            "pieces": 1,
            "price": 5.00
        }
    ]
}

Intents

UC5 - Detect the intent and its parameters from an user email

...