Lightweight client to relay WordPress content to the Citykomi service via a remote Krea3 gateway. Not affiliated with Citykomi.
Krea3 Client for Citykomi lets WordPress editors push selected content to the Citykomi service through a secure remote gateway operated by Krea3.
Use it to schedule or trigger notices, control channels, and keep your municipality information in sync.
Important: This plugin is not affiliated with or endorsed by Citykomi. “Citykomi” is a trademark of its respective owner.
This plugin is an independent client. It requires valid access to a Citykomi account/service and a configured Krea3 gateway.
This plugin connects to an external API operated by Krea3 in order to relay selected WordPress content.
Service: Krea3 API Gateway — https://api.krea3.fr
Purpose: Relay post data to the configured Citykomi channel when the feature is enabled per post, on manual resend, or via scheduled/cron relay if configured.
Data sent: Site name/URL, Post ID, post title/excerpt/content, selected meta (e.g., Citykomi channel ID, start/end times), optional document URL, and your gateway credentials (public key/token as configured in the plugin settings).
When: On post save/update with the metabox enabled, on manual resend actions, and/or during scheduled tasks if enabled.
Security/transport: Requests are sent over HTTPS. No cookies are set by the plugin for this purpose.
Terms & Privacy: Please review Krea3’s terms and privacy for the gateway service:
– Terms of Service: https://www.krea3.fr/mentions-legales/
– Privacy Policy: https://www.krea3.fr/politique-de-confidentialite/
Additionally, the plugin admin UI may link to product documentation hosted on https://www.krea3.fr. Following documentation links does not transmit personal data beyond normal web requests.
This plugin does not collect personal data on its own. Content relayed to the gateway may contain personal data if you include such data in the post content or metadata. Site owners are responsible for ensuring they have a lawful basis to transmit and publish such data.
This plugin includes a vendored JavaScript dependency for date/time picking.
The non-minified source is included for review:
admin/js/jquery.datetimepicker.full.js
(human-readable source)admin/js/jquery.datetimepicker.full.min.js
(production build)Upstream project: https://github.com/xdan/datetimepicker
License: MIT
If you maintain your own build pipeline, you may replace or re-minify the above files as needed.