{% extends 'base.html' %} {% block title %}Changelog - AgentForms{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
What's new in AgentForms
/api/chains/suggestclient_onboarding, quote_approval, signup_welcome, team_notification, submission_alert, lead_nurture, follow_up_reminder/api/chains/*)/api/docs covering 28 endpointsCHAIN_TEMPLATES for direct import by suggester and testsagentforms-app for clarityis_admin user role flagSharedContext dict/api/v2/agents — full CRUD with encrypted API keys/api/v2/agent-protocol/callback/api/v2/agent-protocol/health and /api/v2/agent-protocol/specagent_call and workflow step types in chain engine_handle_workflow handler definition order fixed — prevents NameError on importhttp_request, wait, email, log, condition, parallel, agent_call, workflowon_success/on_failure keys{% raw %}{{email}}{% endraw %}, {% raw %}{{fields.name}}{% endraw %}, {% raw %}{{data.priority}}{% endraw %} with nested dot accessPOST /api/sites/:site_id/actions/validate/chainGET /api/sites/:site_id/actions/chains/templates, clone at POST .../templates/:id/clonequote_approval (5 steps), priority_notification (3 steps, conditional), follow_up_sequence (5 steps)enqueue_at — supports duration_seconds or human-readable (30s, 5m, 1h, 2d, 1w)chains queue registered with RQ workerevaluate_condition() signature corrected — takes (field_def, all_data)webhook → http_request in DB configs