exp_invite

Send an awada control invite after verifying the customer's business_status is not exp_invited.

8.4k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/wiseflow --skill exp-invite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exp_invite
Source: https://github.com/TeamWiseFlow/wiseflow/tree/main/addons/officials/crew/sales-cs/skills/exp_invite
Command: npx skills add https://github.com/TeamWiseFlow/wiseflow --skill exp-invite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It automates inviting a qualified customer to an experience group after they have reviewed demo materials but still want deeper product understanding, ensuring the customer receives the invite exactly once.

Core Features & Use Cases

  • Customer status guard: Checks the customer’s current business_status and prevents duplicate invitations by skipping already-invited peers.
  • DB-backed routing: Inserts/ensures a customer record, updates business_status to exp_invited, and then emits an awada control message routed by the external user id.
  • Use case: After a demo session, when a customer agrees to join the experience group for hands-on exploration, this Skill sends the appropriate /invite//<user_external_id>//风暴眼(wiseflow情报小站) control action.

Quick Start

Call the script with the customer database peer identifier and the awada sender id to send the experience-group invite.

Frequently Asked Questions about exp_invite

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send an experience group invite to a qualified lead after a demo?

To send an experience group invite, this skill verifies the customer's business_status in the database and triggers an awada control message routed by their external user id. It ensures the invite is sent exactly once after demo completion.

How does the system prevent duplicate customer onboarding invites to an experience group?

Duplicate invite prevention works by checking the customer database for an existing exp_invited business_status. If the customer is already invited, the process halts and outputs an ALREADY_INVITED message with a non-zero exit code.

Can I use database routing to trigger an awada control message for customer onboarding?

Yes, you can use database routing to trigger an awada control message. The skill inserts or updates a customer record, sets the business_status to exp_invited, and then emits the control message for the experience group.

What inputs do I need to automate experience group invitations for sales onboarding?

Automating experience group invitations requires the customer database peer identifier and the awada sender id. These inputs allow the script to locate the customer record and route the invite control message correctly.

Why does my lead qualification script output an ALREADY_INVITED error instead of sending an invite?

The ALREADY_INVITED error with a non-zero exit code occurs because the customer's business_status in the database is already set to exp_invited. The skill intentionally skips sending duplicate awada control messages to already onboarded peers.

When should I trigger an experience group invite during the lead qualification process?

Trigger an experience group invite when a customer completes a demo and explicitly agrees to join for hands-on exploration. This ensures the awada control message is sent only to qualified leads seeking deeper product understanding.