evite_list_templates
Find the right invitation template by browsing a gallery category, then use its returned template name to create an event. Filter by free_only to see free options.
Instructions
List invitation templates from a gallery category — use this to find the template_name that evite_create_event requires. category is a gallery path, e.g. "birthday/kids-teens/kids-birthday", "party", "wedding", or "baby-kids/baby/baby-shower". Set free_only:true to list only free templates. Returns each template’s slug (= template_name) and a readable display name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Evite's payload untouched. No field projection: this server has no verified record of which Evite fields matter, and inventing one would risk dropping a field a caller needs. | |
| category | Yes | Gallery category path, e.g. "birthday/kids-teens/kids-birthday", "party", or "wedding". | |
| free_only | No | List only free (non-premium) templates. |