# B2B Flow/Business Events

## **What is the Shopware Flow Builder?**

With the Shopware Flow Builder, you can listen to trigger events and then initiate actions that are executed when the trigger events are called up.

Example: When an order has been triggered (trigger event), send an email to the customer as an order confirmation (action).

Information on the Shopware 6 Flow Builder: <https://docs.shopware.com/de/shopware-6-de/einstellungen/Business-Events>

## **B2Bsellers Suite <> Flow-Builder**

Events used to trigger customer-specific actions are also available in the B2Bsellers Suite.

## **The following B2B-specific events are available:**

### **B2Bsellers Core-Plugin**

1. Account Request created
2. Account Activation created
3. Passwordless Login Request created

### **B2Bsellers Offer-Plugin:**

1. Shopping cart product price adjustment
2. PDF offer creation
3. offer request created

### **B2Bsellers Employee Budgets:**

1. order request declined
2. order request approved
3. order request created

Examples:

![order request declined - General](https://3138694277-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1oSq26nO4bZEDPnevKhP%2Fuploads%2FkHm1uSxHg5lRRNbbaGSL%2FB2Bsellers%20employee%20budgets%20-%20General.png?alt=media\&token=644ca631-87f8-4c52-8cb7-f322ec5a2847)

![order request declined - Flow](https://3138694277-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1oSq26nO4bZEDPnevKhP%2Fuploads%2FDFR4VUnWgaQX7CeUh486%2FB2Bsellers%20employee%20budgets%20-%20Flow.png?alt=media\&token=645daa82-7977-4b3e-8c65-2a29e274599d)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.b2b-sellers.com/b2b-platform/1/user-guide/configuration/business-events.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
