How to Use Confy

Registration

To register for Confy, simply click the Sign in button on the homepage.
Currently, registration is available only via Google.

You'll be redirected to a Google login screen where you can choose your account and approve access.
If you've already registered, clicking Sign in will log you into your existing account.

Creating Your First Board

Once you're signed in, you'll land on your dashboard. To get started:

  1. Click “Create Board”.

  2. Give your board a name — something like “Sales Wins” or “Support Kudos”.

  3. Choose your board’s animation style and sound effect from the built-in library.

  4. Hit Save.

Each board in Confy can be fully customized. Here’s a breakdown of the available settings:

Animation

  • Animation Type – Choose from built-in effects like Confetti, Fireworks, or Stars.

  • Duration – Set how long the animation lasts (in seconds). Default is 15 seconds.
    Some animation types don’t support setting a custom duration.

Sound Effect

  • Sound Effect – Select a celebratory sound like Applause, Dj Horn, or Bell.

  • Preview – Click to hear how the sound effect will play.

Style

  • Text Color – Customize the color of the message using HEX codes (e.g., #FFFFFF).

  • Text Size – Adjust the font size (in pixels or predefined levels like small / medium / large).

  • Background – Customer the background color using HEX codes (e.g., #FFFFFF).

GIF

  • URL – Display a custom GIF behind or alongside the animation.
    Tip: You can also use a static image instead of a GIF.

Embed External Page

  • Code – Add an iframe embed code here (e.g., from Tableau, Looker, Power BI, or a any iframe supporting web app).
    This will display the external content alongside your celebrations on the public screen.

Triggering and Testing Your Celebration

Once your board is set up, you’ll see the following tools to help you test and automate your celebrations:

Public Page URL

This is the link you’ll display on a TV or shared screen. Every celebration triggered on this board will appear here.

IMPORTANT: On first load, click anywhere on screen to allow sound to play properly. Required by browser settings.

Webhook URL

Use this private URL to send a POST request and trigger a celebration from your tools (like Make.com, Zapier, or a custom backend).

Dynamic Fields

Most board settings can be overridden dynamically with each request — meaning you don’t need to stick to the defaults set in the board.

Here’s a breakdown of the supported fields:

Field Description Available Options
message (Required) – The main celebration message. Any string
animation Choose the animation style. confetti, stars, fireworks, festival
animation_duration Duration (in seconds) the animation should run. Number (e.g., 10)
🛈 Not all animations support custom durations
sound_effect The sound to play during celebration. applause, air_guitar, dj_airhorn, gong, bell, cha_ching
text_size Size of the message text. small, medium, large, extra_large
text_duration How long (in seconds) the message stays on screen. Number (e.g., 15)
text_color Color of the message text. HEX code (e.g., #ffffff)
background_color Background color during celebration. HEX code (e.g., #000000)
gif_url Optional image or GIF to display. Any valid image URL
💡 Tip : You can also trigger celebrations using our integrations with Make, HubSpot, and more.
              Visit our integrations page.

Example cURL Request

curl -X POST "https://app.confy.tools/celebrate/your-webhook-id" \
-H "Content-Type: application/json" \
-d '{
"message": "Joe just closed $20K deal!",
"animation": "fireworks",
"animation_duration": 15,
"sound_effect": "applause",
"text_size": "extra_large",
"text_duration": 15,
"text_color": "#cb5086",
"background_color": "#f9fafb",
"gif_url": "https://example.com/animation.gif"
}'
💡 Only 'message' is required — the rest are optional and will fall back to your board defaults.

Testing Preview

Quickly test your board setup by sending a sample celebration right from the dashboard.

Need Help?
Stuck setting up your first board or triggering a celebration?
We’re here to walk you through it.
Reach us at support@confy.tools


© 2025 Confy.tools