curl --location --request PATCH 'https://api.twenty.com/rest/messageChannels/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"visibility": "METADATA",
"handle": "string",
"type": "email",
"isContactAutoCreationEnabled": true,
"contactAutoCreationPolicy": "SENT_AND_RECEIVED",
"excludeNonProfessionalEmails": true,
"excludeGroupEmails": true,
"isSyncEnabled": true,
"syncCursor": "string",
"syncedAt": "2019-08-24T14:15:22Z",
"syncStatus": "ONGOING",
"syncStage": "FULL_MESSAGE_LIST_FETCH_PENDING",
"syncStageStartedAt": "2019-08-24T14:15:22Z",
"throttleFailureCount": 0,
"connectedAccountId": "ac03972a-5ca5-43c5-b96f-c519ac843b7a"
}'{
"data": {
"updateMessageChannel": {
"visibility": "METADATA",
"handle": "string",
"type": "email",
"isContactAutoCreationEnabled": true,
"contactAutoCreationPolicy": "SENT_AND_RECEIVED",
"excludeNonProfessionalEmails": true,
"excludeGroupEmails": true,
"isSyncEnabled": true,
"syncCursor": "string",
"syncedAt": "2019-08-24T14:15:22Z",
"syncStatus": "ONGOING",
"syncStage": "FULL_MESSAGE_LIST_FETCH_PENDING",
"syncStageStartedAt": "2019-08-24T14:15:22Z",
"throttleFailureCount": 0,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"connectedAccountId": "ac03972a-5ca5-43c5-b96f-c519ac843b7a",
"connectedAccount": null,
"messageChannelMessageAssociations": [
{
"messageExternalId": "string",
"messageThreadExternalId": "string",
"direction": "INCOMING",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"messageChannelId": "75ffdad4-1f3d-4135-8650-e108fea3e73d",
"messageId": "8540d774-4863-4d2b-b788-4ecb19412e85",
"messageChannel": null,
"message": null
}
],
"messageFolders": [
{
"name": "string",
"syncCursor": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"messageChannelId": "75ffdad4-1f3d-4135-8650-e108fea3e73d",
"messageChannel": null
}
]
}
}
}