Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wowweb.app/llms.txt

Use this file to discover all available pages before exploring further.

Catalog of ready-made integrations, all available connections in one place.

Categories

Payments

YooKassa, SBP.

Analytics

Yandex Metrika, Google Analytics.

CRM

AmoCRM.

Booking

YClients (beauty salons, clinics).

Messengers

Telegram notifications, WhatsApp.

Email

SMTP: Yandex Mail, Gmail, Mail.ru.

How to connect any extension

1

Open the catalog

In the builder: Features → Extensions.
2

Pick what you need

Click an extension card, see description and connection form.
3

Enter the keys

Each extension has its own fields (API keys, IDs, tokens). We show detailed instructions.
4

Activate

After saving, the extension starts working on your site immediately.

YClients

Customer booking for services (beauty salons, clinics, and similar). The connection form has three fields:
  • Company ID. The number from the dashboard URL: yclients.com/company/XXXXXX/..., the XXXXXX part.
  • User Token. Obtained via POST /api/v1/auth with a Partner Token and the company admin’s login and password.
  • Partner Token. Issued after submitting an application at partners.yclients.com, 1-3 days of moderation.
1

Register a company

Sign up at yclients.com, 7-day trial, then from ~857 RUB/month per branch.
2

Find the Company ID

Sign in to the YClients dashboard, the URL looks like yclients.com/company/XXXXXX/..., the XXXXXX is the Company ID. Alternative: Settings, “My company”, the “Company ID” row.
3

Get the Partner Token

This is the partner API key, shared for all of a developer’s clients.You need B2B access: yclients.com/appstore/partners, “Become a partner”, fill out the application (legal entity, app details). Approval takes 1-3 business days. After approval the Partner Token arrives by email, paste it into the field.If you know an existing YClients partner, they can share their Partner Token with you (the token is not tied to a specific company).
4

Get the User Token

The administrator user key for your company, obtained via the API:
curl -X POST https://api.yclients.com/api/v1/auth \
  -H "Accept: application/vnd.api.v2+json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <PARTNER_TOKEN>" \
  -d '{"login":"your_admin_email","password":"your_password"}'
In the response, the data.user_token field is your value for “User Token”. The token does not expire and is invalidated only when the administrator changes their password.

Missing something

Need an integration we don’t have yet? Message @wowweb_support. We expand the catalog based on user requests.