Documentation
Integrations
Connect PingAura to WordPress, Slack, webhooks, and more so the AI Coworker can publish, notify, and act across your stack.
PingAura's AI Coworker can hand off work to the systems your team already uses. Connect them once in Integrations, and the Coworker uses them automatically whenever the chat asks.
Available integrations
- WordPress — push and update articles directly into your WordPress site via the REST API. Setup guide.
- Slack — get notifications for visibility drops, new opportunities, published articles, and integration errors.
- Webhook — pipe the same events to any HTTPS endpoint with HMAC-signed payloads.
More integrations land regularly — check this page or the in-app Integrations Hub for the current list.
How connections are stored
- Credentials (App Passwords, webhook secrets, OAuth tokens) are encrypted at the application layer with AES-256-GCM before persisting.
- Decryption happens only when sending a request to the upstream service. The plain values never leave the server.
- Disconnecting an integration deletes the credential row entirely. We do not retain old secrets.