# Get the next new product (travel) — AWIN Botize method — `awin.csv_next_row_travel` (trigger). In a sequential order, returns the next product from a specific merchant for travel category. This is a trigger: it starts the task. A task has exactly one. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `feed_id` *(string)* — Feed Id ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{product_id}}` *(text)* — Product Id. Product Id - `{{product_url}}` *(text)* — Product URL. Product detail URL - `{{affiliate_url}}` *(text)* — Affiliate Product URL. Product detail URL with the user's affiliate code - `{{image_url}}` *(text)* — Image URL. Main Product image URL - `{{title}}` *(text)* — Title. Product Title - `{{features}}` *(text)* — Features. Product Features - `{{price}}` *(decimal)* — Sale Price. Sale price - `{{original_price}}` *(decimal)* — Original Price. Original price - `{{savings_amount}}` *(decimal)* — Saving:Amount. Saving Amount - `{{display_price}}` *(text)* — Sale Price:Formated. Sale Price Formated - `{{display_original_price}}` *(text)* — Original Price:Formated. Original Price Formated - `{{display_savings_amount}}` *(text)* — Saving Amount:Formated. Saving Amount Formated - `{{savings_percentage}}` *(decimal)* — Saving:Percentage. Saving Percentage - `{{board_basis}}` *(text)* — Board basis. Which meals are included in the price. For example: 'Breakfast and Dinner', 'Self-catered', 'All inclusive' - `{{destination_city}}` *(text)* — Destination City. Destination city. For example: Madrid - `{{destination_country}}` *(text)* — Destination Country. Destination country. For example: Spain - `{{destination_name}}` *(text)* — Destination Name. Destination name list. For example: París, Disneyland Resort Paris - `{{duration}}` *(text)* — Duration. Duration of stay for travel products. For example: '7 days', '3 hours', '3 nights' - `{{hotel_name}}` *(text)* — Hotel name. Hotel Name. For example: Shiba Park Tokyo - `{{hotel_stars}}` *(int)* — Hotel stars. Hotel Stars. For example: 5, 4, 3 - `{{starting_from_price}}` *(decimal)* — Starting from Price. Price travel products start from. For example: 34.11, 100.00 - `{{travel_type}}` *(text)* — Travel type. Type of travel or holiday. For example: Flight+Hotel ## Account Needs a connected AWIN account in Botize: https://botize.com/en/app/awin/authenticate ## This app Every trigger and action for AWIN: https://botize.com/en/app/awin.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/awin/csv_next_row_travel