first_name) versus camelCase in workflow inputs (e.g., firstName)—is correct and can indeed cause issues in BuildShip workflows. According to BuildShip's documentation, when setting up the workflow input schema, the parameter names must match exactly as they appear in the incoming request body. If your request body uses first_name, your workflow input should also be named first_name to ensure proper mapping and data flow. If you need to convert between formats (e.g., from snake_case to camelCase), you can use a Transform node within your workflow to handle the conversion before passing the data to subsequent nodes. This approach ensures consistency and prevents mapping errors between your trigger data and workflow inputs.
BuildShip AI Support
•7/11/25, 4:16 PM
first_namefirst_namefirst_namefirstName