Make Submission Guidelines

Build Make scenarios and custom apps with consistent naming, clean parameter design, and maintainable module structure.

2 min read

Names, Labels, and Descriptions

  • Module names: Use sentence case and verb + entity patterns such as "Create a report" or "Update a record".
  • Descriptions: Use third person phrasing, for example "Updates a time entry for a specific user."
  • Reserved words: Do not use JavaScript reserved words for module, RPC, or custom IML function names.

Good labels

  • - Watch events
  • - Create a report
  • - Update a record
  • - Search files
  • - Get a group's info

Avoid

  • - Watch Events
  • - Make a Call
  • - List Photos
  • - Get Group Info

Submission Checklist

Ready to Submit Your Make Scenario?

Use consistent naming and structure so buyers can inspect, configure, and maintain scenarios confidently.