Group.svg
Discover our platform
How to Use CREATE Nodes (Creating Contacts, Tags, Apps, and Webhooks)

Poli CREATE Nodes are responsible for creating new records within the system, such as apps, webhooks, tags, and contacts.
Unlike the LIST nodes (which return lists) and the GET nodes (which provide details of existing records), the CREATE nodes are used to insert new data that will later be used in automations.

 

Prerequisites

Before using any creation node, you need to have the following parameters on hand:

If you have questions, check other articles as well: link/tutorials

 

Available CREATE Nodes in n8n

Currently, there are 4 main creation nodes. See how each one works and which fields are required:

 

 

1. Create App

Function: Creates a new application in the account, used for integrations, webhooks, and tokens.
Required parameter: Account UUID.
Mandatory fields:

  • App name
  • Description
  • Responsible person’s name
  • Phone number (with area code)
  • Email
    Optional fields:
  • picture_file_id (image linked to the app).

 

2. Create Webhook

Function: Creates a new webhook linked to an application.
Required parameter: Application UUID.
Mandatory fields:

  • Webhook URL (address that will receive the events)
  • Subscriptions (which events the webhook should listen to, e.g., messages, contacts, status).

 

3. Create Tags

Function: Creates a new tag within the company.
Required parameter: Account UUID.
Mandatory fields:

  • Tag name
  • Description
  • Color (in HEX format, e.g., #FF5733).

 

4. Create Contacts

Function: Creates a new contact within the company.
Required parameter: Account UUID.
Mandatory fields:

  • Contact name
  • Phone number must be entered twice with the area code:
    • In the main phone field
    • Inside contact channels, adding the same number again

(Image demonstrating why it is necessary to enter two phone numbers in n8n.)

 

 

Optional fields:

  • CPF or CNPJ (Brazilian tax IDs)
  • picture_file_id (contact photo)
  • tag_uuid (to link an existing tag)
  • Address (if you want to register it)
  • Email
  • Contact Account UUID (same account_uuid of the user creating it)