How contacts are created
Contacts are created when campaigns discover and interact with people on Facebook. Each contact record includes profile information such as name, platform ID, bio, and the campaign that sourced the contact. Because contacts reflect real social profiles, the API does not support direct create or update operations.List contacts
To list contacts, send aGET request with your team_id and optional pagination parameters.
id, name, platform_id, and campaign_id.
Get a contact
Retrieve a single contact by ID if you need full details or conversation history.Notes
You can add free-text notes to a contact to record context, follow-up reminders, or internal annotations. Send aPOST request to the contact’s notes endpoint.
Stages
Stages help you track where a contact sits in your pipeline. ReachOwl can move contacts between stages automatically based on campaign events, such as when a contact accepts a friend request or replies to a message. You can also view and filter contacts by stage. For more about automating stage transitions, see the CRM stages and templates endpoints.Related endpoints
/api-reference/contacts/list— list contacts/api-reference/contacts/get— retrieve a single contact/api-reference/contacts/notes— add or delete contact notes
