Add contacts to an existing listing
Listings
Add contacts to an existing listing
Adds one or more contacts to the listing’s pool. Existing contacts are matched by phone number first, then email; matched contacts are updated, and new contacts are created. Additional fields are stored as custom contact fields. If the listing is running, tasks are created for newly added eligible contacts.
POST
Add contacts to an existing listing
Documentation Index
Fetch the complete documentation index at: https://developers.mihu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Path Parameters
Body
application/json
Contacts to add. Matched by phone_number (priority 1) then email (priority 2). If found, existing contact is updated with new data; otherwise a new contact is created.
Response
Success