The Navis Ops Slack integration lets your workflows post messages to any channel in your Slack workspace. Use it to notify your team when a project milestone is reached, when a task changes status, or when any other event in your workspace warrants a message. Messages are sent through workflow nodes, so you control exactly when and what gets posted.Documentation Index
Fetch the complete documentation index at: https://docs.navisops.com/llms.txt
Use this file to discover all available pages before exploring further.
Connect your Slack workspace
Authorize the connection
Click Connect to Slack. Slack opens an authorization screen where you select the workspace and grant Navis Ops permission to post messages. Click Allow.
Only one Slack workspace can be connected per Navis Ops workspace. To post to multiple Slack workspaces, use outbound HTTP requests via the HTTP Request node instead.
Send messages from a workflow
Once Slack is connected, you can add a Send Slack Message node anywhere in a workflow to post a message when that step runs.Add a Send Slack Message node
Click + to add a node and select Send Slack Message from the node list.
Configure the message
In the node settings panel, fill in:
- Channel — the Slack channel to post to (for example,
#project-updates) - Message — the text to send. Use the variable picker to insert dynamic values like task names, project names, or dates from earlier in the workflow.
Notification routing
Beyond workflow-triggered messages, Navis Ops sends certain in-app notification types to Slack automatically when the integration is connected. You can configure which notifications appear in Slack from Settings → Notifications → Slack routing.Example: Post to #project-updates when a task is completed
This workflow watches for task completions and posts a summary to a shared Slack channel so the whole team stays informed.Set the trigger
Choose the Task trigger and set the condition to fire when a task’s status changes to Complete.
Write the message with variables
Write a message and use the variable picker to pull in the task name and project name:
Troubleshooting
Messages aren't arriving in Slack
Messages aren't arriving in Slack
Check that the Slack integration is still connected in Settings → Integrations. If it shows as disconnected, re-authorize. Also confirm the workflow is active and that the channel name is spelled correctly (include the
#).The channel dropdown is empty in the node settings
The channel dropdown is empty in the node settings
Navis Ops fetches the channel list when you open the node. If the list is empty, your Slack authorization may have expired. Disconnect and reconnect the integration from Settings → Integrations.
I need to post to a private Slack channel
I need to post to a private Slack channel
Navis Ops can post to private channels if the Navis Ops Slack app has been added to that channel. In Slack, open the private channel, type
/invite @Navis Ops, and the channel will appear in the dropdown.See also
Workflows overview
Learn how to build the workflows that power your Slack messages.
Workflow nodes
Full reference for all node types including Send Slack Message.
Zapier integration
Connect Navis Ops to 6,000+ apps including Slack via Zapier.
Custom webhooks
Trigger workflows from external services using inbound webhooks.