Mailto-Klicks aus cpms-core's Upgrade-Page + Self-Signup-Form (pipelet-web). Letzte 30 Tage.
Keine Sales-Events bisher.
window.fetch('https://admin.pipelet.com/api/admin/sales/beacon', {
method: 'POST', mode: 'no-cors',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({event: 'upgrade_clicked', tenant_id: 7, plan: 'starter'}),
});
Anbinden: pipelet-cpms
account_billing_upgrade.html + pipelet-web Signup-Form.