Monica
CRM & salesBearer tokencredential probe
Monica personal CRM — create, read, update, delete and search contacts, tag them, and log activities, calls, notes and reminders against them (API token, hosted or self-hosted).
OCNORA ships 10 typed Monica operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://app.monicahq.com/api through the HTTP node with the same credential.
Operations 10
- Log ActivityRecord something you did with one or more contacts.monica.create_activity
- Log CallRecord a phone call with a contact.monica.create_call
- Create ContactCreate a contact on the Monica account.monica.create_contact
- Create NoteWrite a note against a contact.monica.create_note
- Create ReminderSet a one-off or recurring reminder about a contact.monica.create_reminder
- Delete ContactDelete a contact and everything filed against it.monica.delete_contact
- Get ContactRead one contact by its numeric Monica id.monica.get_contact
- List ContactsRead a page of contacts, or search them by name.monica.list_contacts
- Tag ContactAttach tags to a contact by name, creating any tag the account does not have yet.monica.set_contact_tags
- Update ContactReplace a contact's details. Monica requires the whole record on an update, so a field left blank here is cleared on the contact.monica.update_contact
Run your first Monica workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.