Minimum role permission level needed to toggle/adjust notifications
Is there a way to give permission to users who are not app administrators to create and update notifications? I'd like to have my future-anticipated team be able to create and manage notifications, however it seems that my current end users who have nearly universal access to my app but are not administrators can not get to that section. If it's not possible, I'd love to suggest that to be incorporated if possible since it would not interfere with the app's architecture in any way!24Views0likes2CommentsXML email
Anyone know the settings I can use to send an email notification like this? I have tried everything. ------------ <?xml version="1.0" encoding="utf-8"?> <?adf version="1.0"?> <adf> <prospect status="new"> <id sequence="1" source="Aimbase">aimbase_manitou-209168</id> <requestdate>2024-05-31T04:05:57+00:00</requestdate> <vehicle interest="buy" status="new"> <year>0</year> <make>Alumacraft</make> <model>Uncategorized</model> </vehicle> <customer> <contact primarycontact="1"> <name part="first" type="individual">Jason</name> <name part="last" type="individual">Chaffin</name> <address type="home"> <street line="1">8220 E Oxfard Cir 2105</street> <city>Wichita</city> <regioncode>KS</regioncode> <postalcode>67226</postalcode> <country>US</country> </address> <email>Jdchaffin051478@gmail.com</email> <phone type="cellphone">(316) 285-5068</phone> </contact> <timeframe> <description /> </timeframe> <comments>Comments: None </comments> </customer> <vendor> <id sequence="1" source="Aimbase">0432</id> <vendorname>BLACKBEARD MARINE VI, LLC</vendorname> <contact primarycontact="1"> <name part="full" type="business">BLACKBEARD MARINE VI, LLC</name> </contact> </vendor> <provider> <name part="full">Aimbase</name> <service>Request Quote</service> </provider> </prospect> </adf>20Views0likes0Comments