I want to use the Webhook Receive module to receive specific information.
For example: https://bika.ai/api/automation/webhook/trgfEYQcOpT0Z8U1FJyFyp46?recordid=dsfwefwefwefg
I want to send a specific record ID via webhook and have Bika receive it. Bika can receive the webhook, but it cannot fetch the information of the record ID value dsfwefwefwefg.
Also, when I send the example URL, Bika does not retrieve the value. It only receives the value when I send it using HTTP with the body input.
When I tested the webhook in Make, I confirmed that the content of the URL I entered was received.
I would like to know if this function is supported in Bika’s Webhook Receive module.
Thank you for your detailed message and example! Currently, the “Webhook Received” trigger in Bika does not support retrieving query parameters from GET requests. This means that data sent as URL query parameters—such as your recordid example—will not be accessible using this trigger.
If you wish to send parameters to the webhook, we recommend using the POST method and including a JSON object with key-value pairs in the request body. This approach ensures all your required data is captured and properly processed by Bika.
For step-by-step guidance, please refer to our detailed tutorial here:
If you have any further questions or need additional help, feel free to let us know!