Webhook received

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!