Connect Planra agents to any service using webhooks and HTTP requests
Planra has a native Slack integration. Connect your workspace to Slack and agents can post messages, reply in threads, and respond to @mentions in real-time.
slack_message — Post to any channelslack_notify_team — Post to default channelslack_thread_reply — Reply in a threadAny external service can trigger a Planra agent via webhook. Each agent has a unique webhook URL authenticated with a secret token.
webhook_secret to the agent's config (any string you choose)POST /api/agents/{agent_id}/webhookAuthorization: Bearer {webhook_secret} headerAgents can call any external HTTPS API using the http_request action. This enables integration with any service that has an API.
can_http: false)http_request to POST to a Discord webhook URL.Native integration with Google Calendar, Docs, and Sheets. Agents can sync tasks, create events, and export projects automatically.
sync_calendar — Sync board tasks to Google Calendarcreate_calendar_event — Create events with attendeesexport_to_sheets — Export tasks to Google Sheetsexport_to_docs — Export project plans to Google DocsCreate custom agents with tailored prompts for your specific workflow. Here are some tips:
allowed_actions, can_delete: false)0 8 * * * for 8 AM daily)