| Valeur | Etat |
|---|---|
| 0 | Actif |
| -1 | Masqué |
| -2 | Supprimé |
| -3 | Bloqué |
| -100 | Tous |
username:passwordAuthorization: Basic *****************curl --location --request POST '/Webhooks' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Url": "https://www.clientheureux.com/endpoint",
"Name": "Changement état contacts",
"Description": "Synchronisation état des contacts",
"EntityTypeName": "Contact",
"Action": "3",
"EntityStateTarget": "-100"
}'