Create contact
POST
https://app.sendapp.ai/api/contacts
Create (or upsert) a single contact. It must have at least a phone OR an email. Existing contacts with the same phone/email are merged (tags combined, metadata merged).
Responses:
201 Created with the created contact — 403 if the plan's contact limit is reached — 422 if both phone and email are missing.Parameters
6 · 3 required
apikey
required
Your API Key (the
X-API-Key header also works).
name
optional
Full name, up to 255 characters.
phone
required
International format (e.g. +393391234567). Required if email is missing.
email
required
Valid email. Required if phone is missing.
tags
optional
Array of strings or comma-separated string (e.g. "vip,newsletter").
metadata
optional
JSON object with custom fields.
Need help with the integration? info@sendapp.live