Sign in

Embed form HTML

documented

Render and return the HTML embed code for a specific form.

GET /api/1.0/forms/{formid}/html.{json|xml}Formsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.enormail.eu/api/1.0/forms/{{$formid}}/html.json" \
  -u "{{ENORMAIL_API_KEY}}:" \
  -H "Accept: application/json"