Get all rules for the current user
GET
/management/rulesLast modified: 13 days ago
Request
Header Params
X-Integration-Name
string
required
Integration name
Example:
API Documentation
X-Integration-Provider
string
required
Integration provider
Example:
cobra GmbH
X-Cobra-TenantId
string
required
Tenant ID
Example:
12e39e53-ece1-4d8d-8958-e782de1dbef0
X-Integration-Contact
string
optional
Integration contact
Example:
info@cobra.de
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"data": [
{
"id": "b3cfc2f6-2a86-4291-b1dd-295bf714405f",
"caption": "My inbox rule",
"mailboxCredentialId": "cb916d27-ce7a-4d73-b2d8-3f0861b58246",
"active": false,
"folderId": "INBOX",
"cxmCredentialId": "00000000-0000-0000-0000-000000000000",
"createPersonIfNotFound": false,
"searchFields": "Default",
"matchingType": "AllMailsMustMatch",
"archiveAsUser": null
},
{
"id": "47c66b8e-d1f3-45c7-b89b-103982459e20",
"caption": "Personal mailbox",
"mailboxCredentialId": "b53cc983-b8d7-40b1-b9de-124735bedc3e",
"active": true,
"folderId": "Misc",
"cxmCredentialId": "00000000-0000-0000-0000-000000000000",
"createPersonIfNotFound": false,
"searchFields": "Default",
"matchingType": "AllMailsMustMatch",
"archiveAsUser": null
}
],
"message": null,
"metaData": null,
"statusCode": 200
}
Last modified: 13 days ago