Rhym Help Guide & FAQs
  • Getting Started
    • What is Rhym?
    • What can I build on Rhym?
    • Login/Sign Up
  • Video Tutorials
  • Case Studies
    • The Collective: Fashion
    • Pilgrim: Skincare
    • mCaffeine: Skincare
    • Supertails: Pet Care
    • IZF: Fashion
    • boAt: Electronics
  • List of all features on Rhym
  • All Templates
  • How to Create Campaign?
    • Basics of Editor
      • How to Upload Images?
      • Managing Background
      • Text Formatting
      • How to add links to the button?
      • How to add Introduction screen?
      • Adding lead form to capture leads
      • Add Leaderboard
      • Adding End Screen with Offers & Call-to-Action
      • Customize Discount Coupons basis on Scores
      • Set limit of gameplays per user
        • Reset the Gameplays per User
      • How to Add Brand Kit?
      • Translate Auto-Generated Texts
      • Social Share Option
      • Advanced Components
        • Share Button
    • How to create Games?
      • Spin the Wheel (Text)
      • Find Me
      • Drop Box
      • Match 3/Candy Crush
      • Word Game
      • Flappy Bird
      • Falling Object/Catcher
      • Jump Up
      • Memory Game
      • Scratch Card Game
      • Jigsaw Puzzle
      • Spin the Wheel (Image)
      • Basketball
    • How to Create Quiz?
    • How to Create Product Recommendation Quiz?
      • Product Recommendation: Result Screen Logic
    • Advanced Screens: Intro, Lead, End, Leaderboard
      • Introduction screen
      • Lead Screen to capture leads
      • Leaderboard Screen
      • End Screen with Offers & Call-to-Action
        • Score Range Analysis
  • Publish
    • Publish on Shopify Store
    • Publish on Website: As a Floating Widget or Embed Code
    • Publish in your SMS/WhatsApp Campaigns
    • Publish as QR
    • Publish on Wordpress
    • Publish as Instagram Ad or Insta Story
    • Publish Link on "Social Media": Add Branded Preview Content with "Sharing Settings"
  • My Dashboard
    • Workspace: Invite Users & Set View Permissions (only)
    • Custom Domain/CNAME at Account & Campaign Level
    • Workspace/Brand Name
  • Custom Domain/CNAME at Account & Campaign Level
  • Analytics
  • How to Manage Campaigns
    • How to Edit Live Campaign
    • How to Rename, Delete, Duplicate, Pause, Set Expiry etc
    • Manage Permissions of Campaign
  • Integrations
    • Integration with Mailchimp
    • Facebook Pixel
    • Google Analytics
    • Integrate Webhook for Your Lead Form
    • Integration with Klaviyo
    • Shopify Customer List
  • Billing & Account Details
    • Track Clicks & Storage
    • Change Password
    • See your Plan Details
  • FAQs & Troubleshooting
Powered by GitBook
On this page
  • Using Webhooks in Rhym
  • Add Lead Form
  • How to Integrate with Webhook
  1. Integrations

Integrate Webhook for Your Lead Form

PreviousGoogle AnalyticsNextIntegration with Klaviyo

Last updated 1 year ago

Using Webhooks in Rhym

Webhooks in Rhym help you easily send data from lead forms to where you need it, like your CRM or marketing database. Think of them as a simple bridge: they connect your Rhym lead forms to your data collection point, ensuring leads are managed efficiently.

Whether your Lead Form is standalone or part of a game or quiz, it can be set up to use Webhooks. Here is how you can integrate & send data through Webhooks:

Add Lead Form

Webhooks can integrated if you have lead form in your campaign. Read this to know how to add a

Here's how data is sent when a lead form is submitted:

// Some code
{
  "email": "yourname@gmail.com",
  "name": "Tony",
  "mobile_number": "9848484848"
  "score":"10"
  "game":"test_campaign"
}

How to Integrate with Webhook

Setting up a webhook in Rhym is straightforward. Here are the steps:

  1. Inside the campaign editor, click "Add Integrations" and select "Webhooks."

  2. Add your webhook API to integrate successfully

Return to the Rhym page, paste the link, and click "Add."

You will see your link in the Connected Webhooks section:

With these simple steps, you're all set! Once you've added your link, as users start submitting your form, you'll receive lead data:

To test your webhooks, use a service like , which offers a free and secure way to generate a public webhook endpoint without the need for registration. Go to the and copy your unique URL:

lead form
webhook.site
https://webhook.site