Creates a new CRM event. You must send exactly one target field from businessCaseId, clientId, or supplierId, together with type, metadata, and optional attachmentUploadTokens[]. For document_linked, use metadata.documentType and metadata.documentId; attachments are not supported for that type. If you send an Idempotency-Key, a repeated create call with the same key and identical payload returns the original response instead of creating a duplicate event. Metadata field availability is documented directly on metadata.content, metadata.email, metadata.personName, metadata.phoneNumber, metadata.documentType, and metadata.documentId.
Bearer token created for a specific company in Integrations → API.
Optional request identifier for safe retries. Use a unique value for each create request you want to retry safely.
"invoice-create-2026-03-03-001"
Payload for creating a CRM event. You must send exactly one of businessCaseId, clientId, or supplierId, together with type and metadata. Optional attachmentUploadTokens[] expect values returned by the contact-activity-attachments endpoint. Attachments are not supported for the document_linked type.
note, email, phone_call, document_linked "note"
Type-dependent payload. Do not send snapshot fields or relatedDocument; those are computed or persisted by the backend.
501
101
151
[
"eyJpdiI6Ik9wYXF1ZS1Ub2tlbi0xIn0=",
"eyJpdiI6Ik9wYXF1ZS1Ub2tlbi0yIn0="
]CRM event created.
Unified CRM event.
Internal CRM event ID.
551
CRM event type.
note, email, phone_call, document_linked, document_created, document_updated, document_deleted, document_payment_added "note"
CRM event metadata prepared for the Fintoro API response.
Business case ID when the activity is linked to a business case.
501
Client ID when the activity is linked directly to a client outside a business case.
101
Supplier ID when the activity is linked directly to a supplier outside a business case.
151
CRM event creation timestamp.
"2026-03-10T10:00:00+01:00"
CRM event last update timestamp.
"2026-03-10T10:30:00+01:00"