Cogfy Tables icon

Cogfy Tables

Interact with Cogfy Tables API for collections, records, and fields management

Overview

This node operation creates a new user contact by associating a phone number with a specific user ID. It is useful in scenarios where you need to programmatically add contact information for users within a system, such as CRM platforms, customer support tools, or user management systems. For example, when onboarding a new user, this node can automatically add their phone number as a contact detail.

Properties

Name Meaning
User Id The ID of the user to create the contact.
Value The user's phone number.

Output

The output JSON contains the response from the API after creating the user contact. This typically includes details about the newly created contact record, such as its unique identifier and the associated user ID and phone number. The node does not output binary data.

Dependencies

  • Requires an API key credential for authentication with the Cogfy Tables API.
  • The base URL for the API must be configured in the node credentials.
  • The node depends on the external Cogfy Tables API service to manage user contacts.

Troubleshooting

  • Invalid User Id: If the provided user ID does not exist, the API may return an error indicating that the user was not found. Verify the user ID before running the node.
  • Missing or Invalid Phone Number: Ensure the phone number value is correctly formatted and not empty.
  • Authentication Errors: Check that the API key credential is valid and has the necessary permissions.
  • Network Issues: Confirm that the base URL is reachable and there are no connectivity problems.

Links and References

Discussion