Nocrm Io

Learn how to use Nocrm Io with Composio

Overview

Enum

NOCRM_IO

Description

noCRM.io is a lead management software designed to help sales teams track and close deals efficiently.

Authentication Details

subdomain
stringRequired
api_key
stringRequired

Actions

Tool to add a tag to a lead. use when you need to assign one or more tags to a specified lead via nocrm.io.

Action Parameters

lead_id
stringRequired
tag
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to append text to the lead's description. use when you need to add context incrementally without overwriting. example: append 'left voicemail' to lead 1234.

Action Parameters

append_desc
stringRequired
id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to assign a lead to a user. use when reassigning a lead to the correct owner to trigger assignment notification.

Action Parameters

lead_id
stringRequired
user_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to change a lead's status to 'cancelled'. use after confirming no further follow-up is needed and the lead should be marked as cancelled.

Action Parameters

lead_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to change a lead's status to 'standby'. use when scheduling follow-up after determining the next contact should occur in a set number of days.

Action Parameters

activity_id
integer
days
integerRequired
lead_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new lead. use when adding a fresh prospect to your pipeline via nocrm.io. example: create a lead titled 'acme corp' assigned to a user.

Action Parameters

description
string
step
string
tags
array
title
stringRequired
user_id
string

Action Response

data
object
error
string
successful
boolean
Tool to delete a lead. use when you need to permanently remove a specific lead after verifying it is no longer needed.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to duplicate a lead. use when cloning an existing lead into a new step without overwriting original.

Action Parameters

lead_id
integerRequired
step
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all teams. use when you need to fetch every team and its members from nocrm.io.

Action Parameters

Action Response

data
array
error
string
successful
boolean