Contacts (CRM)
Contacts are the relationship layer: influencers, partners, and candidates you work with — distinct from subjects, which are what you promote. A contact has channels (ways to reach them), notes, and a timeline, and can be converted into an actor or linked to a subject.
Use in the UI
Open Contacts in the sidebar (/contacts).
- Create contacts, add channels (email, social handles, phone) and notes.
- View a contact's timeline of interactions.
- Send outreach through the DM router.
- Convert a promising contact into an actor, or create a contact from an existing subject.
Use with AI
contacts_create,contacts_update,contacts_get,contacts_list,contacts_searchcontacts_timeline,contacts_send_outreach,contacts_list_send_accountscontacts_convert_to_actor,contacts_link_subject,contacts_create_from_subject- Channels:
contact_channels_*· Notes:contact_notes_*
The agent uses
contacts_send_outreachfor influencer/partner outreach, picking a send account fromcontacts_list_send_accounts.
Use the API
curl -X POST https://<host>/api/invoke/contacts.create \
-H "Authorization: Bearer $NIHMBUS_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "name": "Jamie Rivera", "type": "influencer" }'