Overview
Webhooks provide a powerful way to receive real-time data from rebel iQ lead forms directly to your systems. When specific events occur in rebel iQ (such as a new lead submission), webhooks automatically send this data to your designated endpoint, enabling instant integration with your existing tools and workflows.
Currently Available Webhooks
Type | Description |
---|---|
Lead | Instantly receive lead data from any rebel iQ Form submission |
Setting Up Webhooks
Access Webhook Settings
- Log into your rebel iQ Admin Panel
- Click on your username in the top right corner
- Select Account Settings
- Navigate to Integrations > WEBHOOKS
Creating a New Webhook
- Click "Add a Webhook" and complete the following information:
- Name: Choose a descriptive name for your webhook
-
Request URL: Enter the destination URL where you want to receive the data
- This must be a valid URL (e.g., https://hooks.zapier.com/hooks/catch/2165641234/2zknmls/)
- All webhook requests use the POST method
-
Authentication Type: Select one of the following:
- Basic: Simple authentication using email:password format (sent as base64-encoded string)
- HMAC: Enhanced security using a hash-based authentication code with SHA-256
-
Password: Create a password following these requirements:
- Minimum 6 characters
- At least one uppercase letter
- At least one symbol
-
Data Format: Choose how you want to receive the data:
- JSON: Data formatted as JavaScript Object Notation
- Form URL Encoded: Data formatted as key-value pairs (key=value&key2=value2)
- Click Save Webhook
Connecting Forms to Your Webhook
- After saving your webhook, click Modify Webhooks for Rebel Forms
- Select which rebel iQ Forms should send data to this webhook
- Use the Rocket Icon to send a test lead to verify your webhook is working correctly
- Click Save to activate your webhook configuration
Once configured, lead data will be automatically sent to your specified endpoint whenever a form submission occurs, allowing for real-time data integration with your systems.
Comments
0 commentsPlease sign in to leave a comment.