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.
Complete Task
nectar_crm:complete_task
Mark a task as completed in Nectar CRM.
Write
Medium risk
Create Contact
nectar_crm:create_contact
Create a new contact in Nectar CRM.
Write
Medium risk
Create Deal
nectar_crm:create_deal
Create a new deal in Nectar CRM.
Write
Medium risk
Create Note
nectar_crm:create_note
Create a note in Nectar CRM associated with contacts or deals.
Write
Medium risk
Create Task
nectar_crm:create_task
Create a new task in Nectar CRM.
Write
Medium risk
Delete Contact
nectar_crm:delete_contact
Delete a contact from Nectar CRM. This action cannot be undone.
Write
High risk
Delete Deal
nectar_crm:delete_deal
Delete a deal from Nectar CRM. This action cannot be undone.
Write
High risk
Get Contact
nectar_crm:get_contact
Fetch a single contact by ID with all contact details.
Read
Low risk
Get Deal
nectar_crm:get_deal
Fetch a single deal by ID with all deal details.
Read
Low risk
Get Task
nectar_crm:get_task
Fetch a single task by ID with all task details.
Read
Low risk
List Contacts
nectar_crm:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Deals
nectar_crm:list_deals
List deals with optional filtering and pagination.
Read
Low risk
List Tasks
nectar_crm:list_tasks
List tasks with optional filtering and pagination.
Read
Low risk
Send Email
nectar_crm:send_email
Send an email through Nectar CRM with tracking and association to contacts/deals.
Write
Medium risk
Update Contact
nectar_crm:update_contact
Update an existing contact in Nectar CRM.
Write
Medium risk
Update Deal
nectar_crm:update_deal
Update an existing deal in Nectar CRM.
Write
Medium risk
Update Task
nectar_crm:update_task
Update an existing task in Nectar CRM.
Write
Medium risk