Welcome to Hoola 👋

Here’s all the info you need to become successful. To find specific content, use the search above (top left) ☝️ or hit ⌘+K on macOS or ctrl+K on Windows.**

<aside> 💡 SHORTLINKS

🔗 WhatsApp Link Generator

⚙ WhatsApp Widget Generator

WhatsApp Vault

</aside>


Prefieres otro idioma…

🇪🇸 Guía en Español

🇺🇸 English Guide


Getting started

Connect WhatsApp to Hoola

Edit your business profile

Create your Widget

Edit your Hoola user

Invite the rest of your team

Bring customers to WhatsApp

WhatsApp Widgets

Website Pop-Ups

Inbox & collaboration

Inbox overview

Inbox views & filters

Message Composer

Assign agents & teams

Contact panel

Contact data properties

Opening conversations to new contacts

Broadcasts

How to create a WhatsApp broadcast

Connecting broadcasts to flows

Segments

Shopify integration

Conecta Shopify a Hoola

Installing the Hoola Shopify App

Klaviyo integration

Connect Klaviyo a Hoola

Flows

Trigger Types

Flows steps explained

How to trigger flows from widgets

Skills (AI)

Setting up Out of Office

Setting up the AI concierge

Suggesting new skills

Other Features


Advanced Guides and Troubleshooting

Connecting WhatsApp to Hoola

I need a new number

Problems connecting WhatsApp

How to connect a number that is registered in the WhatsApp Business App?

How to migrate a phone number from one BSP to another?

How to get the "Green Tick" verification of your business?

Advanced widget updates

How to style the widget text

Don’t show the teaser message

Changing the widget on mobile/desktop

Decide on which pages to show the widget (Shopify)

Having multiple widgets (Shopify)

Delaying the widget (time-out)

Messaging FAQs

How big can files be?

WhatsApp Business Pricing per country

export interface ShopifyOrderWebhook {
    id: number,
    admin_graphql_api_id: string,
    app_id: null,
    browser_ip: null,
    buyer_accepts_marketing: true,
    cancel_reason: 'customer',
    cancelled_at: Date,
    cart_token: null,
    checkout_id: null,
    checkout_token: null,
    client_details: null,
    closed_at: null,
    confirmation_number: null,
    confirmed: false,
    contact_email: string,
    created_at: Date,
    currency: 'USD' | 'EUR',
    current_subtotal_price: string,
    current_subtotal_price_set: ShopifyPriceSet,
    current_total_additional_fees_set: null,
    current_total_discounts: string,
    current_total_discounts_set: ShopifyPriceSet,
    current_total_duties_set: null,
    current_total_price: string,
    current_total_price_set: ShopifyPriceSet,
    current_total_tax: string,
    current_total_tax_set: ShopifyPriceSet,
    customer_locale: 'en',
    device_id: null,
    discount_codes: [],
    email: string,
    estimated_taxes: false,
    financial_status: 'voided',
    fulfillment_status: 'pending',
    landing_site: null,
    landing_site_ref: null,
    location_id: null,
    merchant_of_record_app_id: null,
    name: string,
    note: null,
    note_attributes: [],
    number: Number,
    order_number: number,
    order_status_url: string,
    original_total_additional_fees_set: null,
    original_total_duties_set: null,
    payment_gateway_names: [
      'visa',
      'bogus'
    ],
    phone: string | null,
    po_number: null,
    presentment_currency: 'USD' | 'EUR',
    processed_at: null,
    reference: null,
    referring_site: null,
    source_identifier: null,
    source_name: 'web',
    source_url: null,
    subtotal_price: string,
    subtotal_price_set: ShopifyPriceSet,
    tags: "",
    tax_exempt: false,
    tax_lines: [],
    taxes_included: false,
    test: true,
    token: string,
    total_discounts: string,
    total_discounts_set: ShopifyPriceSet,
    total_line_items_price: string,
    total_line_items_price_set: ShopifyPriceSet,
    total_outstanding: string,
    total_price: string,
    total_price_set: ShopifyPriceSet,
    total_shipping_price_set: ShopifyPriceSet,
    total_tax: string,
    total_tax_set: ShopifyPriceSet,
    total_tip_received: string,
    total_weight: number,
    updated_at: Date,
    user_id: null,
    billing_address: ShopifyOrderShippingAddress,
    customer: ShopifyCustomer,
    discount_applications: [],
    fulfillments: [],
    line_items: ShopifyOrderLineItem[],
    payment_terms: null,
    refunds: [],
    shipping_address: ShopifyOrderShippingAddress,
    shipping_lines: ShopifyShippingLine[]
}