## Overview
This page will cover the "order of operations" for common integration use cases utilizing Blend Events.
Here the term "integration" means any service that is programmatically interfacing with Blend. This service can be built by a Blend partner, or by a Blend customer directly.
## Application Submitted
## Summary
One of the most common starting points for an integration is to record when a loan application is submitted by a borrower or a lender (on a borrower's behalf). Blend emits the `applicationEvent.SUBMITTED
` event in this case. Here, we discuss a normal flow for processing, with the following assumptions:
We are working in a Beta environment.
Integration processing of the loan is successful, and we respond to Blend as such.
## Pre-Requisites
If you wish to follow along with this guide step-by-step, you must:
Have API credentials that allow you access to Blend's API.
Have a functional Beta / UAT instance of Blend.
Have a functional Beta / UAT subscription to Blend's events.