Overview
Add list by AI imports a structured list into Send Listy from JSON. The current Send Listy flow expects you to generate the JSON with an AI tool, then paste that JSON into Send Listy.
Steps
- Ask your AI tool to create the list in JSON format.
- Open Add list by AI in Send Listy.
- Choose a List Type if you want to override or supply the type manually. You can also leave the selector on Auto / from JSON when the JSON includes a supported type.
- Paste the complete JSON.
- Select Preview.
- Check the list name, item count, type, and previewed content.
- Select Use this list to open the imported list in the List Editor.
JSON requirements
The imported JSON must contain a list object with an items array. Send Listy can also import supported structured properties for the list and its items.
Troubleshooting
If Preview reports invalid JSON, check that the pasted content is valid JSON and that the list object contains an items array. Send Listy also accepts JSON copied from a fenced JSON code block because the importer removes the outer code fence before parsing.
