You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Another example.{"kinto-emailer": {"sender": "Form Builder <[email protected]>","collection.created": {"template": "You've just created a new form. Here are the details: \n- {email.data.formURL}\n -{email.data.formAdminURL}""recipients": ['{email.recipients}']},"record.created": {"template": """recipients": ['{email.recipients}']}}}
/buckets/{buck}/collections/{collection}/emails contains recipients, can be accessed only by people with the write permission on the collection.
The text was updated successfully, but these errors were encountered:
@lavish205 The problem we are trying to solve here, is a way to let people read the schema on the collection but without giving them the ability for reading the whole list of emails.
/buckets/{buck}/collections/{collection}/emails
contains recipients, can be accessed only by people with the write permission on the collection.The text was updated successfully, but these errors were encountered: