Q: Hi, I have looked at Code2 and your docs, I found it interesting and have some questions for you.
1. In the doc for "for how to send parameters to a page" it is shown how to create a product detail page. That is great!
- Both my list and detail pages will require auth - Can I have a link to the detail page, I mean how can I make the url unique for each product, so I can distribute the link to a specific details page?
Something like "domain.com/products/id" or "domain.com/products/unique-product-name" etcetera...
2. Can I use Amazon SES instead of Sendgrid, or are you looking to do a similar integration with Amazon SES as you have done with SendGrid?
3. I understand I can change the data in my data source if I use an external source like AirTable or upcoming Azure DB etc. But what if I use the Code2 DB, and want to change something in the database when something happens outside of my Code2 app, is this possible? I am thinking a REST API.
4. Can I somehow send data to the app from outside the app, and notify the app to update some page/component?
5. I have looked on your pricing page, and the different plans have different nr of requests. What is counted as a request? One pageload? One database query? One HTTP request to an external source?
6. In your pricing, is the request limit (50k/100k/1M) per app, or a total of all my apps combined?
Thank you