Check out our free templates made with AI and polished to perfection in Windframe
Get nowa month ago
Create a webpage to implement these sequence of steps: flow_name: "Activate_Prepaid_SIM" flow_version: "1.0" steps: - step_id: verify_sim_number description: "Usuário insere o número do chip para ativação" inputs: - sim_number: type: string validation: regex(\d{13}) ui_hint: numeric_keyboard api: endpoint: POST https://api.telecom.com/validate-sim payload: simNumber: "{{sim_number}}" response: valid: boolean simType: enum ["prepaid", "postpaid"] - step_id: collect_user_info description: "Coletar dados cadastrais do usuário" conditions: previous_step.simType == "prepaid" inputs: - full_name: type: string - birth_date: type: date - cpf: type: string validation: regex(\d{11}) api: endpoint: POST https://api.telecom.com/register-user payload: simNumber: "{{sim_number}}" name: "{{full_name}}" dob: "{{birth_date}}" cpf: "{{cpf}}" response: registrationStatus: enum ["success", "failure"] - step_id: confirm_activation description: "Confirmar a ativação para o usuário" inputs: [] api: endpoint: POST https://api.telecom.com/activate-sim payload: simNumber: "{{sim_number}}" cpf: "{{cpf}}" response: activationStatus: enum ["activated", "error"] message: string
Windframe is an AI visual editor for rapidly building stunning web UIs & websites
Start building stunning web UIs & websites!
