https://api.recepta.ai/api/v1/api/contacts
All endpoints require an API key in x-api-key, and the permission noted on each.
List contacts
contacts:read
required
Get a contact
contacts:read
required
404 if the contact isn’t in your workspace.
Create a contact
contacts:create
required
string
string
string
Use instead of first and last name where you only have a single field.
string
string
Normalized to E.164 automatically, so mixed input formats are accepted.
enum
default:"API"
One of
MANUAL, FACEBOOK, CSV, API, CALL.string
string
string
string
string
string
string
string
object
Anything specific to your business — equipment model, plan tier, gate code. Usable for personalization in sequences.
201 on success.
Update a contact
contacts:update
required
Delete a contact
contacts:delete
required
Keeping systems in sync
Subscribe tocontact.created and contact.updated rather than polling this endpoint. See Webhooks.
