Agentsia Agents
Agentsia Agents connects your WordPress site to your Agentsia application (app.agentsia.fr). In a few minutes you can:
- Display the Agentsia chatbot as a floating bubble across the whole site, as a modal, or full-page inside a post.
- Embed a public appointment booking form on any page.
- Add a call-to-action button that links to your demo funnel.
Three integration methods are available: global settings, shortcodes and Gutenberg blocks.
This plugin is a client for the external Agentsia service and requires an Agentsia account. See the "External services" section below for details about the data exchanged.
Shortcodes
[agentsia_chatbot]— Full-page chatbot (configurable via attributes).[agentsia_chatbot mode="bubble"]— Force the floating bubble from a specific page.[agentsia_chatbot scenario="sos" context_hint="AC emergency page"]— Scenario + page context.[agentsia_chatbot hide_bubble="1"]— Hide the bubble, open via JavaScript.[agentsia_booking]— Booking form using the default calendar slug.[agentsia_booking slug="sales-demo" height="780"][agentsia_demo label="Book my demo"]— Button linking to/demo.
Gutenberg blocks
- Agentsia Chatbot
- Agentsia Booking
- Agentsia Demo button
External services
This plugin is a connector for the Agentsia service (operated by Agentsia, https://agentsia.fr). It only works with an Agentsia account and communicates with the services described below. By installing and configuring this plugin, you — and your site visitors — exchange data with these services.
1. Agentsia application — https://app.agentsia.fr
- From your WordPress server (admin): when you save the settings and to populate the dropdowns, the plugin calls
https://app.agentsia.fr/api/public/wp/me,/api/public/wp/chatbotsand/api/public/wp/booking-calendars. Data sent: your Agentsia API key (Authorization header) and your site URL (User-Agent header). Data received: your account name, the list of your chatbots and your calendars. - From your visitors' browser: the chat widget script is loaded from
https://app.agentsia.fr/chatbot/embed.js; the appointment booking form is displayed in an iframehttps://app.agentsia.fr/book/<slug>; the "demo" button is a plain link tohttps://app.agentsia.fr/demo.
2. Agentsia agent backend — https://agent-backend-production-311267441656.europe-west1.run.app
- From your visitors' browser: once the chat widget is loaded, the messages typed by your visitors (and the optional page context) are sent to this service to generate the AI agent's replies. No data is sent until a visitor opens and uses the chat.
No data is transmitted until the plugin has been configured with a valid API key (server side) or the chatbot has been loaded and used (visitor side).
- Terms of use: https://www.agentsia.fr/conditions-dutilisation/
- Privacy policy: https://www.agentsia.fr/privacy-policy/
Important (GDPR): the chatbot sends your visitors' messages to a third-party service. Mention this in your site's privacy policy and, where applicable, obtain the required consent (cookie / consent banner).
