Back to documentation hub
tutorial
Mesh automation quick-start
Build your first Mesh automation to deflect repetitive tasks and track results.
12 min•operations•
automations
mesh
1. Understand the building blocks
Mesh automations consist of:
- Triggers – events such as conversation tags, SLA breaches, or manual launches.
- Actions – jobs that run inside Nexus Mesh (scripts, flows) or call external services via webhooks.
- Guards – conditions (brand, priority, customer attributes) that decide whether the run should continue.
2. Create a new recipe
- Open Automation Studio and click New recipe.
- Choose the template Escalate high-value accounts.
- Give the recipe a name and select the brands it should apply to.
3. Configure the trigger
- Set the trigger to
Ticket tagged → escalated. - Add a guard:
customer.account_tierequalsEnterprise. - Optionally require manual confirmation by toggling the Human review switch.
4. Add Mesh actions
- Insert a Mesh job that posts context into your CRM. Select the prebuilt
salesforce-note-syncjob. - Map Inputs:
ticket_id→{{ticket.id}}summary→{{ai.summary}}owner→{{ticket.assigned_user.email}}
- Add a second action using the HTTP webhook to ping Slack:
{
"text": "🚨 Escalation created for {{customer.name}} ({{ticket.id}})."
}
5. Test the recipe
- Use Run test and select a recent ticket that matches the guard.
- Nexus Mesh executes the actions in a sandbox and shows log output.
- Verify the note was created in Salesforce and the Slack message reached the correct channel.
6. Publish and monitor
- Click Publish to enable the recipe.
- Open the Runs tab to monitor successes and failures.
- Configure alerts so failed executions notify the on-call engineer.
7. Measure impact
- Use the Automation ROI dashboard to measure time saved per run.
- Tag recipes with
pilotorproductionto track rollout phases. - Iterate on prompts and payloads as your team provides feedback.
Need help building a custom Mesh job? Email mesh@nexuscore.cloud with your use case.
Need deeper implementation help?
Share your requirements and we’ll assemble a tailored rollout or security packet.