OCNORA

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 Activity
    Record something you did with one or more contacts.
    monica.create_activity
  • Log Call
    Record a phone call with a contact.
    monica.create_call
  • Create Contact
    Create a contact on the Monica account.
    monica.create_contact
  • Create Note
    Write a note against a contact.
    monica.create_note
  • Create Reminder
    Set a one-off or recurring reminder about a contact.
    monica.create_reminder
  • Delete Contact
    Delete a contact and everything filed against it.
    monica.delete_contact
  • Get Contact
    Read one contact by its numeric Monica id.
    monica.get_contact
  • List Contacts
    Read a page of contacts, or search them by name.
    monica.list_contacts
  • Tag Contact
    Attach tags to a contact by name, creating any tag the account does not have yet.
    monica.set_contact_tags
  • Update Contact
    Replace 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.