Add Vero node docs

This commit is contained in:
Tanay Pant
2020-07-13 16:58:14 +02:00
parent dd6cfda4bc
commit a9b9f79034
2 changed files with 45 additions and 0 deletions

View 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.
![A workflow with the Vero node](./workflow.png)
### 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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB