How to Use File URL as a Variable for Webhook Transfer

Hi @Headchef.Yang ,

You can refer to this guide for handling file uploads and updating records via API: How to upload files to Bika and update record via API

If that’s not clear enough, this template might be more helpful in practice: :point_right: AI Batch Image Recognition(OpenAI gpt-4o) | Bika.ai

In this template, the flow extracts the file URL using the following steps:

  1. Find Records

  2. Run Script — to extract the file (image) URL

  3. Send HTTP Request

The template’s README includes a brief explanation of how this works.

Hopefully it gives you a better idea of how to set it up. Let us know if you run into any specific roadblocks.