← Tools Reference

noCRM.io

noCRM.io integration (Marketing, Productivity). Imported from open-connector.

API key8 toolshttps://{subdomain}.nocrm.io
GET
nocrm_io_list_teams
List the teams available in the connected noCRM.io account.

/api/v2/teams

POST
nocrm_io_duplicate_lead
Duplicate an existing noCRM.io lead into another step.

/api/v2/leads/{leadId}/duplicate_lead

2 parameters
ParamTypeRequiredDescription
leadIdintegerrequiredThe identifier of the lead to duplicate.
stepintegerrequiredThe step name or identifier for the duplicated lead.
GET
nocrm_io_change_lead_status_to_standby
Change a noCRM.io lead to standby and schedule its next reminder.

/api/simple/leads/{leadId}/standby

3 parameters
ParamTypeRequiredDescription
leadIdintegerrequiredThe identifier of the lead to mark as standby.
daysintegerrequiredThe number of days before the reminder becomes due.
activityIdintegeroptionalThe activity identifier to attach to the reminder.
GET
nocrm_io_change_lead_status_to_cancelled
Change a noCRM.io lead status to cancelled.

/api/simple/leads/{leadId}/cancelled

1 parameter
ParamTypeRequiredDescription
leadIdintegerrequiredThe identifier of the target noCRM.io lead.
POST
nocrm_io_assign_lead_to_user
Assign a noCRM.io lead to a specific user.

/api/v2/leads/{leadId}/assign

2 parameters
ParamTypeRequiredDescription
leadIdintegerrequiredThe identifier of the lead to assign.
userIdintegerrequiredThe user email address or identifier that should receive the lead.
GET
nocrm_io_add_tag_to_lead
Add one or more tags to a noCRM.io lead.

/api/simple/leads/{leadId}/add_tag

2 parameters
ParamTypeRequiredDescription
leadIdintegerrequiredThe identifier of the lead that should receive the tag.
tagstringrequiredOne tag or a comma-separated tag list accepted by noCRM.io.
GET
nocrm_io_append_to_lead_description
Append text to the description of a noCRM.io lead.

/api/simple/leads/{leadId}/append_to_description

2 parameters
ParamTypeRequiredDescription
leadIdintegerrequiredThe identifier of the lead whose description should be updated.
toAppendstringrequiredThe text to append to the lead description.
DELETE
nocrm_io_delete_lead
Delete a noCRM.io lead.

/api/v2/leads/{leadId}

1 parameter
ParamTypeRequiredDescription
leadIdintegerrequiredThe identifier of the target noCRM.io lead.