Community Forum

Ask a Question
Back to All

Beneficiary addition and webhook events

Hi,

After adding a beneficiary to a policy, a payload is sent to our webhook with

"event": {
    "type": "policy_altered"
}

According to the documentation 'policy_altered' isn't an event that is produced by the system, and its also not an event that can be subscribed to (this fails).

Is 'policy_altered' a bug, and if yes, please can this be updated to the correct event type?