mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
✨ Add Vero node docs
This commit is contained in:
45
docs/nodes/nodes-library/nodes/Vero/README.md
Normal file
45
docs/nodes/nodes-library/nodes/Vero/README.md
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.vero
|
||||
---
|
||||
|
||||
# Vero
|
||||
|
||||
[Vero](https://www.getvero.com/) is a messaging platform that helps manage real-time data to create a better customer experience.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/Vero/README.md).
|
||||
:::
|
||||
|
||||
## Basic Operations
|
||||
|
||||
- User
|
||||
- Create or update a user profile
|
||||
- Change a users identifier
|
||||
- Unsubscribe a user
|
||||
- Resubscribe a user
|
||||
- Delete a user
|
||||
- Add a tag to a users profile
|
||||
- Remove a tag from a users profile
|
||||
- Track
|
||||
- Track an event for a specific customer
|
||||
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow allows you to create a user profile in Vero. You can also find the [workflow](https://n8n.io/workflows/499) on the website. This example usage workflow would use the following two nodes.
|
||||
- [Start](../../core-nodes/Start/README.md)
|
||||
- [Vero]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||
|
||||
### 1. Start node
|
||||
|
||||
The start node exists by default when you create a new workflow.
|
||||
|
||||
### 2. Vero node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Vero node. You can find out how to do that [here](../../../credentials/Vero/README.md).
|
||||
2. Enter the unique identifier of the user in the *ID* field.
|
||||
3. Click on *Execute Node* to run the workflow.
|
||||
BIN
docs/nodes/nodes-library/nodes/Vero/workflow.png
Normal file
BIN
docs/nodes/nodes-library/nodes/Vero/workflow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 207 KiB |
Reference in New Issue
Block a user