[HTML payload içeriği buraya]
27.9 C
Jakarta
Friday, May 15, 2026

Name Circulation Designer Use Circumstances & Prepared-to-Use Templates


Call-FLow-Designer-Usage-FlowCall-FLow-Designer-Usage-Flow

Since its launch in July, the Yeastar P-Sequence PBX Name Circulation Designer (CFD) has been making waves. Clients have shortly adopted it, beginning with built-in elements to automate on a regular basis duties, then shifting on to Developer instruments and third-party integrations to push workflow automation even additional.

That is precisely why we constructed Name Circulation Designer (CFD): to let your PBX react, route, and act robotically—with out coding hurdles or steep studying curves. It’s designed so anybody within the business can construct workflows which can be easy to create but highly effective sufficient to adapt to evolving enterprise wants.



Whether or not it’s organising a fundamental course of in simply minutes or constructing multi-branch workflows with superior logic, CFD flexes to suit your wants.

On this article, we’ll share sensible use circumstances—from easy examples to extra superior eventualities—and spark concepts for a way automation might seamlessly combine into what you are promoting.

Catch Each A part of This Weblog

5 Minutes to Your First Automation

Getting began with Name Circulation Designer doesn’t must be difficult. Your first workflow will be so simple as routing calls primarily based on time or following a transparent, linear course of—frequent wants in virtually each enterprise. In enterprise, managing a number of workflows or switching between completely different instruments might take hours. With CFD, you may set them up in minutes.

Instance 1: Linear Circulation

Suppose you need incoming calls to be routed to completely different queues primarily based on the caller’s alternative—as an example, sending them to the technical help staff, directing them to the gross sales staff, or different locations for optimized dealing with.

With CFD elements like Menu, Immediate / Textual content-to-Speech (TTS), Voicemail / Recording, and Queue—even utilizing a built-in template—you may arrange this workflow in simply 3 steps:

1.Open the CFD interface and begin from scratch or choose the Linear Name Circulation template.

2.Configure your name menu and assign actions for every possibility. For instance:

  • Invalid enter or timeout → play a immediate, then hold up.
  • Caller requests a stay agent → path to the suitable queue.

3.Evaluate and take a look at the movement to make sure each step works as meant.

In just some minutes, you’ll have an efficient linear name movement that prioritizes and segments calls from the beginning—lowering wait instances and easing your staff’s workload.

Linear Call FlowLinear Call Flow

Instance 2: Vacation Auto-Change

One other fast win is dealing with calls throughout holidays or exterior working hours. The objective is to obviously inform callers of your availability and provides them a strategy to depart a message.

With CFD’s Time-Primarily based Name Circulation Template, you are able to do this in just some steps:

1. Begin with the prebuilt template.

2.Set name locations for various time intervals. For instance:

  •  Enterprise hours → path to a queue or particular brokers.
  • Outdoors hours/holidays → play a vacation greeting or ship the decision to voicemail.

3.Add non-compulsory alerts through the use of the Developer software to set off an e mail notification to the admin at any time when a voicemail is left—making certain immediate follow-up.

This fashion, each caller feels acknowledged—regardless of after they attain out.

Time-Based Call FlowTime-Based Call Flow

Because of CFD’s drag-and-drop interface, organising workflows like these is less complicated than ever, slicing workflow configuration time by as much as 70%.

Past these two quick-start eventualities, CFD comes with 4 native prebuilt templates—together with Linear Name Circulation, Time-Primarily based Name Circulation, Licensed Name Circulation (route calls by evaluating consumer enter in opposition to pre-defined expressions), and Database Authentication (route calls by validating consumer enter in opposition to database)—plus 22+ native motion blocks for name dealing with, movement management, developer integration, and extra. With these instruments, you may design, customise, and deploy even advanced name flows in minutes.


Explore CFD with a 30-day free trial of Yeastar Cloud PBX>>Explore CFD with a 30-day free trial of Yeastar Cloud PBX>>

Add Depth: APIs + Database Integration

Past mounted, template-based flows, many real-world eventualities require deeper flexibility—resembling integrating your PBX with a CRM, Helpdesk, or AI-powered instruments. This lets you create superior workflows like order lookups, cargo monitoring, or customer-specific routing.

With CFD’s Developer elements and API help, these integrations should not solely doable but additionally easy to configure. Let’s stroll by means of two frequent examples.

Instance 1: VIP Caller Recognition & Precedence Routing

No firm desires to danger shedding a VIP buyer. The quicker your staff can reply their calls, the higher the service expertise. Utilizing CFD, you may construct a “quick lane” for VIPs—routing them on to their devoted account supervisor as a substitute of the overall help queue.

How you can configure it:

1. Seize the caller’s quantity (DID or Caller ID) as quickly as the decision reaches your PBX.

2.Ship a CRM lookup request – Use the Developer (HTTP) part to question your CRM for the client’s standing. For instance:

FX_CONCATENATE(“https://crm.instance.com/check-caller?callernum=”,$Session.ani)

3.“Get” the CRM response – The CRM returns knowledge indicating whether or not the caller is a VIP.

4.Consider the end result – Use the Situation part to route calls accordingly:

  • FX_EQUAL($HttpRequest1.responseContent,”FOUND”). Then ship on to the precise extension or account supervisor.
  • FX_EQUAL($HttpRequest1.responseContent,”NOTFOUND”). Then proceed by means of the usual buyer help queue.

5.Add a personalised greeting (non-compulsory) – Use Textual content-to-Speech (TTS) or a pre-recorded immediate to acknowledge the VIP caller earlier than routing them to the fitting help path.

This ensures VIP clients get quick, customized service with minimal guide effort.

VIP Caller Recognition & Priority Routing FlowVIP Caller Recognition & Priority Routing Flow

Instance 2: Self-Service Order Lookup

Typically, you don’t have sufficient brokers to deal with each buyer name. Wouldn’t it’s nice in case your PBX might act as an clever assistant—immediately pulling knowledge and offering solutions with out human intervention?

With CFD, you may combine your PBX together with your order administration system to confirm an order’s standing after which information the caller utilizing mounted audio prompts or associated notifications.

For instance:

1.When the decision is available in, the system performs an tutorial recording asking the caller to enter their order quantity.

2.Use the Developer (HTTP) part to ship a request to your order administration platform. For instance:

FX_CONCATENATE(“https://orders.instance.com/examine?ordernum=”,$Session.ani)

3.Obtain the order standing – The system returns whether or not the order exists and if it has been shipped.

4.Consider the end result – Use the Situation part to reply accordingly:

  • FX_EQUAL($UserInput1.userInput,200). Retrieve the order standing and play a TTS or pre-recorded message resembling: “Your order is being processed. For supply particulars, please contact our help staff.”
  • FX_NOT_EQUAL($UserInput1.userInput,200). Play a set message resembling: “We couldn’t discover your order quantity. Please examine and check out once more, or converse to an agent.”

Self-Service Order Lookup FlowSelf-Service Order Lookup Flow

In real-world eventualities, there have to be extra advanced circumstances and diverse responses. The ability of CFD lies in its flexibility—you may simply fetch or push knowledge from/to any third-party platform that helps APIs.

In HTTP Requests, P-Sequence Name Circulation Designer helps 7 request varieties (GET, PUT, DELETE, and so forth.), over 10 content material varieties (utility/json, textual content/css, picture/png, and so forth.), and request variables for dynamic knowledge dealing with.

This implies you may restructure, optimize, and join workflows with out limits, creating automated processes that save time, cut back guide work, and ship constant buyer experiences—day or evening.

Past Getting Calls: DIY Locations & Motion Push Engine

As we’ve defined the automation energy of Name Circulation Designer, one other query typically comes up: Can we’ve a closing “push” motion or DIY name movement vacation spot?

The reply is totally sure! Companies typically want this type of flexibility. For instance, certainly one of our companions wished their PBX to robotically push a name to the associated gross sales rep when a buyer requested a particular contact.

How you can DIY this vacation spot with CFD:

1.When the decision is available in, the PBX performs a {custom} immediate telling the client to carry for his or her devoted gross sales help.

2.PBX shortly pushes the request with Developer software to CRM to search out the associated gross sales rep primarily based on the caller’s quantity. For instance:

FX_CONCATENATE(“https://crm.instance.com/check-caller?callernum=”,$Session.ani)

3.The CRM receives the request, searches its database, and sends again the gross sales rep’s cellphone quantity.

4.Situation processes the info:

FX_NOT_EQUAL($HttpRequest1.responseContent, “”)

5.PBX then custom-transfers the decision to that gross sales rep utilizing:

FX_CONCATENATE(“+86”, $HttpRequest1.responseContent)

DIY Destinations & Action Push FlowDIY Destinations & Action Push Flow

You’ll be able to completely obtain incoming name → examine → match → direct outbound switch with none guide work. CFD goes past name dealing with—it turns into your last-action push engine, and that’s simply marvelous for what you are promoting!


Download  Ready-to-Use TemplatesDownload  Ready-to-Use Templates

Past the Instance: Your Workflow, Your Manner

In fact, what we’ve coated right here is simply the tip of the iceberg. Name Circulation Designer can do way over order lookups, agent routing, or post-call follow-ups—the whole lot is open to your design. From automating appointment reminders to triggering multi-channel advertising and marketing campaigns, the probabilities are solely restricted by your creativeness.

Even higher, CFD is a software made for creativity and collaboration. We’d love to listen to the way you’re utilizing it—or the automation challenges you want may very well be solved. Share your concepts, workflows, or success tales within the feedback beneath, and let’s study, encourage, and innovate collectively!

Design Your Automated Workflow Now!

CFD Useful resource Fast Test:

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles