I created a webhook subscription like such:
{
"expiresIn": 315360000,
"eventFilters": [
"/restapi/v1.0/account/~/extension/~/message-store"
],
"deliveryMode": {
"transportType": "WebHook",
"address": "URL",
"Verification-Token":"Rar0vqXaRtqHKlhc6adZJrX1SpkikugxoJ6iXxdblrwqiHtvsr2QkD3pLPu9Iumk"
}
}
but actual webhooks continue to send verification-token as empty field. I tried naming the field verificationtoken, I tried removing it all together. They’ve had no effect. The documentation doesn’t provide much detail so I’m shooting in the dark.
My goal is to get Fax status updates.