Entity · newsletter_subscribers
Newsletter Subscriber Schema
Felder
Newsletter Subscriber Schema
Schema for newsletter subscriber records with DSGVO consent tracking
email
max 255 Zeichen
partyId
nullable
contactPartyId
nullable
firstName
max 200 Zeichennullable
lastName
max 200 Zeichennullable
company
max 200 Zeichennullable
status
Werte
PENDINGACTIVEUNSUBSCRIBEDBOUNCEDCOMPLAINEDconsentSource
Werte
MANUALIMPORTFORMAPICRM_SYNCnullable
consentIp
max 100 Zeichennullable
consentTimestamp
nullable
doubleOptInSentAt
read-onlynullable
doubleOptInConfirmedAt
read-onlynullable
doubleOptInToken
max 200 Zeichenread-onlynullable
consentDoiToken
max 200 Zeichenread-onlynullable
unsubscribedAt
nullable
unsubscribeReason
max 500 Zeichennullable
bounceCount
≥ 0Default: 0read-only
lastBounceAt
read-onlynullable
bounceType
Werte
SOFTHARDread-onlynullable
lastOpenedAt
nullable
lastClickedAt
nullable
openCount
≥ 0Default: 0
clickCount
≥ 0Default: 0
leadScore
≥ 0Default: 0
leadScoreUpdatedAt
nullable
customFields
nullable
tags
nullable
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/newsletter_subscribers— Liste, paginiert + filterbarGET /api/v1/newsletter_subscribers/<id>— Einzelne EntityPOST /api/v1/newsletter_subscribers— AnlegenPATCH /api/v1/newsletter_subscribers/<id>— Teil-UpdateDELETE /api/v1/newsletter_subscribers/<id>— Soft-DeleteGET /api/v1/newsletter_subscribers/<id>/timeline— Audit + Aktivitäten