{
"caption": "My inbox rule",
"mailboxCredentialId": null,
"folderId": null,
"searchFields": "From, Cc",
"matchingType": null,
"createPersonIfNotFound": null,
"cxmCredentialId": null,
"active": null,
"archiveAsUser": "JohnDoe"
}
curl --location --request PATCH 'https://api.cobra.de/v1/eap/management/rules/' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0' \
--header 'Content-Type: application/json' \
--data-raw '{
"caption": "My inbox rule",
"mailboxCredentialId": null,
"folderId": null,
"searchFields": "From, Cc",
"matchingType": null,
"createPersonIfNotFound": null,
"cxmCredentialId": null,
"active": null,
"archiveAsUser": "JohnDoe"
}'
{
"caption": "My inbox rule",
"mailboxCredentialId": null,
"folderId": null,
"searchFields": "From, Cc",
"matchingType": null,
"createPersonIfNotFound": null,
"cxmCredentialId": null,
"active": null,
"archiveAsUser": "JohnDoe"
}