Nexoid icon

Nexoid

Connect N8N to Nexoid via the Nexoid API. You will need an API service account which you can make inside the Nexoid Web Application (https://app.nexoid.com)

Overview

This node connects to the Nexoid API to create a new record in a specified record type (similar to a table in a database). It allows users to insert data into Nexoid by providing the record type and the record data in JSON format. This is useful for automating data entry into Nexoid, such as adding new contacts, invoices, or other objects managed by Nexoid.

Use Case Examples

  1. Creating a new contact record with fields like name, email, and phone number.
  2. Adding a new invoice record with details such as invoice number, amount, and date.

Properties

Name Meaning
Record type Specifies the type of record to create, analogous to a table name in a database. Examples include 'contact' or 'invoice'.
Record Data (JSON Format) The data to insert into the new record, provided as a JSON object. Fields should follow the Nexoid Field Naming Scheme (e.g., text_ for strings, long_ for numbers, date_ for ISO datetime strings).

Output

JSON

  • * - The JSON response from Nexoid API representing the created record, including its fields and metadata.

Dependencies

  • Requires Nexoid API credentials including customer ID, username, and password for authentication.

Troubleshooting

  • Invalid JSON in the 'Record Data' field will cause an error; ensure the JSON is correctly formatted.
  • Authentication failures may occur if API credentials are incorrect; verify the API user credentials.
  • Record type must be provided and valid; otherwise, the API call will fail.

Links

Discussion