Webhooks Payload

Hi there

Is there a way to edit the payloads/body of existing webhooks in Frame.IO, so that they can include more information, such as asset name? If not, how do you create custom webhooks? Sorry totally new to this, would appreciate any guidance on this! Thanks!

Hey there Hayley!

At this time you cannot edit the payload/body of our webhooks but what you can do is add to the business logic on the receiving end of this webhook a quick “hydration” function that looks at the payload that you receive and then requests the full resource payloads from the frame.io API via either an OAuth or Developer token.