# Admin notifications

beabee is able to send you as an admin notifications, for example if a new member join, someone cancels a contribution or someone takes part in a CrowdNewsroom.&#x20;

To get those notifications you need to create automated emails using the old beabee dashboard. To get there, log in as usual, change the slug of the URL from /admin to /tools/emails and press Enter. Now you should have landed at the email settings in beabee's old dashboard.&#x20;

Now follow these steps:&#x20;

1. Create a new email filling out the form

![](/files/l1z2RgDRSNwy5kU4QuJf)

2\. Use this draft as email text:&#x20;

> Dear Administrator,
>
> a new member joined your community: \*|MEMBERNAME|\*.
>
> This is his profile:
>
> To the profile
>
> Best wishes

3\. To link to the profile use the following link (adapted to your domain):

> <https://example.example.com/admin/contacts/\\*|MEMBERID|\\>\*

4\. Click *Create*.

5\. The email is ready, now you need to add an event to tell it when to send. For that click on *Add event*.

![](/files/Tju99JhNkz4sZ5KVThTJ)

7\. Choose *New member notification* from the dropdown menu and click *Save*.&#x20;

![](/files/Rj2vNm6dfGFJ3uddHvxj)

8\. You want to get notified when someone cancels or answers a CrowdNewsroom? Follow the steps again using this drafts and the right events:&#x20;

> Dear Administrator,
>
> a member cancelled: \*|MEMBERNAME|\*.
>
> This is the profile:
>
> To the profile
>
> Best wishes

> Hello,
>
> \*|RESPNAME|\* responded to your callout \*|CALLOUTTITLE|\*
>
> See their response (Link: <https://xample.example.com/tools/polls/\\*|CALLOUTSLUG|\\*/responses>)
>
> All the best,
>
> beabee


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.beabee.io/help-center-english/basic-settings/admin-notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
