Image Webhook Notifications

For Workers & Pages, what is the name of the domain?

``

What is the error number?

``

What is the issue or error you’re encountering

Hello. I’m currently implementing direct uploads through my server. I am trying to find documentation on the notification structures returned through the webhook for this flow. The test notification only seems to send a failed status example. Are the different notification structures outlined anywhere? Ideally, I’d like to receive a webhook notification for when an upload from the client is completed and cloudflare has processed it

Hi there!

I’m not sure where (if anywhere) it’s documented, but the format for a successful upload should look like this:

{
  "data":{
    "event_type":"direct_upload.success"
    "direct_upload_success":{
       "id":"abd364f3-4fea-4468-7d29-14ec48368100"
     },
     ...
  },
  ...
}

Hope this helps!

This topic was automatically closed after 15 days. New replies are no longer allowed.