In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.
Create custom Cisco Meraki and Shuffler workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.
Get Organizations
List the organizations that the user has privileges on.
Create Organization
Create a new organization.
Get Organization
Return an organization.
Update Organization
Update an organization.
Delete Organization
Delete an organization.
Get Networks
List the networks in an organization.
Create Network
Create a new network.
Get Network
Return a network.
Update Network
Update a network.
Delete Network
Delete a network.
Get Devices
List the devices in a network.
Claim Device
Claim a device into a network.
Get Device
Return a device.
Update Device
Update the attributes of a device.
Remove Device
Remove a device from a network.
Get Clients
List the clients that have used this network in the timespan.
Get Client
Return the client associated with the given identifier.
Update Client Policy
Update the policy assigned to a client.
Provision Client
Provisions a client with a name and policy.
Get Client Usage History
Return the client's daily usage history.
To set up Cisco Meraki integration, add the HTTP Request node to your workflow canvas and authenticate it using a predefined credential type. This allows you to perform custom operations, without additional authentication setup. The HTTP Request node makes custom API calls to Cisco Meraki to query the data you need using the URLs you provide.
See the example hereTake a look at the Cisco Meraki official documentation to get a full list of all API endpoints
GetWorkflow
Retrieve details of a specific workflow.
CreateWorkflow
Create a new workflow.
UpdateWorkflow
Update an existing workflow.
DeleteWorkflow
Delete a specific workflow.
ListWorkflows
Retrieve a list of all workflows.
GetTrigger
Retrieve details of a specific trigger.
CreateTrigger
Create a new trigger.
UpdateTrigger
Update an existing trigger.
DeleteTrigger
Delete a specific trigger.
ListTriggers
Retrieve a list of all triggers.
GetAction
Retrieve details of a specific action.
CreateAction
Create a new action.
UpdateAction
Update an existing action.
DeleteAction
Delete a specific action.
ListActions
Retrieve a list of all actions.
GetEvent
Retrieve details of a specific event.
CreateEvent
Create a new event.
UpdateEvent
Update an existing event.
DeleteEvent
Delete a specific event.
ListEvents
Retrieve a list of all events.
To set up Shuffler integration, add the HTTP Request node to your workflow canvas and authenticate it using a predefined credential type. This allows you to perform custom operations, without additional authentication setup. The HTTP Request node makes custom API calls to Shuffler to query the data you need using the URLs you provide.
See the example hereTake a look at the Shuffler official documentation to get a full list of all API endpoints
The world's most popular workflow automation platform for technical teams including
Build complex workflows, really fast