Documentation
From zero to live in two minutes.
Get started
You don’t need to feed Signe manually. Three steps, and the sales machine is running.
- 1
Add your URL
Enter your website. Signe reads and learns all your content automatically.
- 2
Customize the design
Pick colors, give the agent a name, and set the tone.
- 3
Paste the code
Copy the single line of code and paste it right before the closing body tag. Done.
Install the widget
One line of code. That’s the entire install. Paste it right before the closing body tag.
<script async src="https://cdn.asksigne.com/widget.js" data-agent="DIN_AGENT_ID"></script>
Replace YOUR_AGENT_ID with the ID from your dashboard. The widget loads in the background and never slows the page.
WordPress plugin
Prefer no code? Our official plugin does everything in one click.
- Search for "asksigne" under Plugins → Add New.
- Activate, and paste the API key from your dashboard.
- Content sync and the widget set up automatically. WooCommerce features turn on if you have WooCommerce.
Supports Elementor, Divi and Bricks out of the box.
Webhooks & API
Every captured lead is sent as a signed webhook. Check the signature and you know it came from us.
POST /your-endpoint
X-Asksigne-Signature: sha256=...
{
"event": "lead.captured",
"data": {
"email": "ola.nordmann@bedrift.no",
"source_url": "/priser/pro-plan",
"intent": "buying"
}
}
Ready-made connectors for HubSpot, Salesforce, Zapier and Mailchimp are waiting in your dashboard.