Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Activity
nocrm_io:add_activity
Add an activity/note to a lead for tracking interactions and follow-ups.
Write
Medium risk
Create Contact
nocrm_io:create_contact
Create a new contact in nocrm.io with contact information.
Write
Medium risk
Create Lead
nocrm_io:create_lead
Create a new lead in nocrm.io with optional contact association.
Write
Medium risk
Delete Contact
nocrm_io:delete_contact
Delete a contact from nocrm.io. This action cannot be undone and may affect associated leads.
Write
High risk
Delete Lead
nocrm_io:delete_lead
Delete a lead from nocrm.io. This action cannot be undone.
Write
High risk
Get Contact
nocrm_io:get_contact
Fetch a single contact by ID with all details including custom fields.
Read
Low risk
Get Lead
nocrm_io:get_lead
Fetch a single lead by ID with all details including custom fields.
Read
Low risk
List Contacts
nocrm_io:list_contacts
List contacts with optional filtering and search capabilities.
Read
Low risk
List Leads
nocrm_io:list_leads
List leads with optional filtering and search capabilities.
Read
Low risk
List Steps
nocrm_io:list_steps
List all pipeline steps/stages configured in the nocrm.io account.
Read
Low risk
List Users
nocrm_io:list_users
List all users in the nocrm.io account with their details and permissions.
Read
Low risk
Lose Lead
nocrm_io:lose_lead
Mark a lead as lost/closed unsuccessfully.
Write
Medium risk
Move Lead
nocrm_io:move_lead
Move a lead to a different step/stage in the pipeline.
Write
Medium risk
Update Contact
nocrm_io:update_contact
Update an existing contact in nocrm.io with new information.
Write
Medium risk
Update Lead
nocrm_io:update_lead
Update an existing lead in nocrm.io with new information.
Write
Medium risk
Win Lead
nocrm_io:win_lead
Mark a lead as won/closed successfully.
Write
Medium risk