Help Center
API DocsVisit our website
English(en)
English(en)
  • Welcome to YCloud Docs
  • 🆙Update Log
  • 🚀Quick Start
    • Create a WhatsApp Business API Account
    • Send Verification Code via WhatsApp
    • Send Utility Messages via WhatsApp
    • Acquire More Customers (CTWA)
    • Marketing via WhatsApp
    • Customer Support via WhatsApp
  • ✅WhatsApp Basics
    • WhatsApp Business Account (WABA)
    • WhatsApp Account Structure
    • Phone Numbers
    • Messages
    • Message Templates
      • Authentication Message Templates
        • Copy Verification Code Authentication Template
        • One-Click Autofill Authentication Template
        • Zero-Click Authentication Template
      • Catalog Template
      • Carousel Template
      • Coupon Code Template
      • Location Request Template
      • Limited-Time Offer Template
      • Multi-Product Message Template
    • WhatsApp Flows
      • Create WhatsApp Flows
      • Send WhatsApp Flows
      • Analyse WhatsApp Flows
    • Business Verification
    • Green Tick Verification
    • Compliance Information
      • Opt-in to Subscribe to WhatsApp
      • Opt-out of Unsubscribing from WhatsApp
  • 💡WhatsApp Accounts Management
    • Create a WhatsApp API Account
      • Create WABA via Embedded Sign-up
      • Add Numbers
      • Number Migration
      • WhatsApp Business App Coexistence
    • Template Management
      • Create Template
        • Create WhatsApp Flows Template
        • Create WhatsApp Pay Template
        • AI generates marketing templates
      • Copy Template
      • Template Data Statistics
    • Phone Number Management
      • Phone Number Nickname Settings
      • Phone Number Profile Settings
      • Conversation Assignment Rules
      • Automation
      • Bot Reception Settings
      • Chat Links
    • Account Disabling and Handling
    • Data Analysis
  • 📫Inbox
    • Inbox Introduction
    • Quick start with Inbox
    • Admin Guide
    • Agent/Sale Guide
    • Initiate New Chat
    • Company Canned Response
    • Conversation Tags
    • Conversation Logs
    • Message Translation
    • Inbox Data Analysis
    • Inbox Mobile Client
    • Best Practices
      • How Sales Teams Use Inbox
      • How Service Teams Use Inbox
  • 📘Contact
    • Contact Management
    • Create/Import Contacts
    • Contact Grouping
    • Bulk Operations
    • Unsubscribe List
    • Contact Settings
      • Contact Attribute Settings
      • Contact Tag Settings
      • Contact Event
    • Owner Assignment Settings (Agent/Sales Assignment)
  • 🎯Campaign
    • Create a WhatsApp Marketing Campaign
    • Track Button Clicks
    • Analyze Campaign Data
  • 🧩Journey
    • Journey Introduction
    • Create a Journey
    • Components and Features Introduction
      • Trigger
      • Send Template
      • Message Status Rule
      • Add Tag
      • Wait
    • Journey Best Practice
  • 🤖Chatbot
    • What is Chatbot
    • Create a Chatbot
    • Create a Flow
    • Chatbot Components
      • Trigger
      • Ask a Question
      • Send Messages
      • Agent Takeover
      • Unsubscribe
      • Branch
      • Send Shopify orders
    • Chatbot AI
    • Analyse Chatbot Data
    • Best Practices
      • Automatically Add Customers to Unsubscribe List
      • AI Guidance Best Practice
  • 📢CTWA (Click to WhatsApp Ad)
    • CTWA Introduction
    • Connect Facebook Ad Account
    • Create Click to WhatsApp Ad (CTWA)
    • Receive CTWA Visitors
    • CTWA Analysis
    • Conversion API (CAPI)
  • 🛒Shop
    • Shop Overview
    • Install Shop
    • Shipping Settings
    • Payment Settings
    • Product
    • Order
  • 💰WhatsApp pay
    • Overview
    • Link Your Payment Account
    • Send order detail & checkout button message
    • Update order status
  • 🔌Integrations
    • Channels
      • Global SMS
        • Getting Started
        • SMS Basic Principles
        • SMS Features
          • API Interface
          • SMPP
          • Mass Messaging
          • Sender ID
      • Verify
        • Getting Started
        • Verification Features
          • Verification Message Templates
          • Security Settings
          • Verification Analysis
          • Custom OTP
        • Best Practices for Verification
          • Best Practices
          • Verification Channel Selection
          • Verification via WhatsApp
          • Preventing Fraud and Invalid Registrations
      • Email
        • Getting Started
        • Basic Principles
        • Email Features
          • Domain Configuration
          • Sending Emails via API
          • Monitoring and Optimization
        • Best Practices for Email
          • Separate Marketing Subdomain
          • Warm-up Sending
    • Coupons
      • Coupon Tool Usage
    • E-commerce
      • Shopify
        • Checkout abandon
        • COD order confirmation
        • Order canceled/fulfilled
        • Shopify Best Practice
    • MM Lite API
    • Freshdesk
  • ⚙️Account Management
    • Enterprise Account Information
    • Users and Teams
    • Personal Preferences Settings
    • Security and Privacy
  • 💰Pricing and Billing
    • WhatsApp Conversation Billing Rules
    • Amount Freezing and Unfreezing
    • Billing and Recharge
    • Low Balance Alert
    • Subscription Expiration and 15-day Buffer Period
  • 👐Partnership
    • Partner Documentation
  • 🆘Support
    • YCloud Support Team
    • Meta Support
    • Frequently Asked Questions
Powered by GitBook
On this page
  • Events Definition
  • Event Attributes:
  • Creating and Sending Events

Was this helpful?

  1. Contact
  2. Contact Settings

Contact Event

Know more about how to manage contact event in YCloud

Events Definition

Tracking events in YCloud helps you better understand how your customers are using your product. This understanding allows you to send targeted, relevant messages and provides you with all the context needed to support your customers.

Events represent what your customers do and when they do it, for example:

  • When a customer registers

  • When a customer adds an item to their cart on your website

  • When a customer begins the checkout process

  • When a customer completes an order

  • When a user signs up for a membership

Events can be used in various product under the YCloud platform:

  • Trigger in Journey: Events can trigger specific actions.

  • Customer Interaction in Inbox: Events allow customer service to view recent user interactions.

  • CTWA Conversion Result Definition: Events can define conversion results.

Use Cases:

  • Journey: Once a customer triggers a billing event, they enter the flow. After waiting 20 minutes, a WhatsApp marketing message is sent to encourage the customer to complete the payment. If the customer places an order, they exit the flow.

  • Inbox: Customer service can view key customer actions in real-time.

  • CTWA: When a customer successfully places an order, the order event is logged as the conversion result for the CTWA, which is then passed on to the advertising platform.

The events described here are just examples; you can design them according to your specific needs.

Event Attributes:

Each event includes the following information:

  • Event Name

  • Event Time

  • Object Identifier

  • Contact Number

Each event you track can also include attributes, which provide additional details about each specific event. For example, if you track a "purchase" event, the metadata could include the name and price of the purchased item.

  • STRING: A plain string with a length of up to 255 characters.

  • NUMBER: A numerical value with up to one decimal place.

  • TIMESTAMP: The event timestamp.

  • URL: A string formatted as a URL, starting with http:// or https://.

Creating and Sending Events

By default, YCloud only tracks some basic events, such as adding new contacts to your Contact list.

More valuable events often require the help of engineers or developers to implement. Please share this documentation with your colleagues and explain how you intend to use it.

PreviousContact Tag SettingsNextOwner Assignment Settings (Agent/Sales Assignment)

Last updated 9 months ago

Was this helpful?

Create Event Definition:

Send Event:

📘
https://docs.ycloud.com/reference/custom_events-create-definition
https://docs.ycloud.com/reference/custom_events-send-event