#ibgoldbergs
1 messages · Page 1 of 1 (latest)
Hi 👋 no, the contents of an Event do not change once the Event has been generated.
If you update the metadata on the object contained in the Event body, then I'd expect you see a [OBJECT_TYPE].updated event get generated.
Hmm okay, but no way to "replay" something with new metadata. For example: if I have metadata on a subscription and it failed on subscription.created event... and then i updated metadata and wanting it to hit our webhook manager again with the new metadata
got it... gotta get creative I suppose
Correct, the subscription.created Event will not contain the updated metadata when it attempts to resend or is resent. You could probably make a request to your own endpoint with the edited data that you'd like to provide (though you may need to bypass signature verification for that).