# مثال على الموصل / البريد الإلكتروني

في هذا المثال سننشئ Workflow في Azure Logic App يقوم بإرسال بريد إلكتروني بمجرد تسجيل استجابة جديدة.

ابدأ بإنشاء Logic App جديدة في بوابة Azure الخاصة بك.

![](/files/6108c172981a0c77401be39c20c9f2c68e0c9aed)

في مصمم Logic App لتطبيق Logic الخاص بك، اختر موصل ngSurvey الذي قمت بإنشائه.

![](/files/5ce6d6c46e38808077a0eb550709e0c90e265399)

اختر المشغّل On response submission.

![](/files/c5e0103de89f29f720158e66f91fc25fed3ae9a7)

قم بإرفاق اتصال بموصلك. يمكن العثور على API key في [علامة Developer](/ar/personal-account/developer.md) لـ [الحساب ](/ar/personal-account/account-settings.md)الصفحة.&#x20;

![](/files/2c97a93a6ad062beab9ce9cb14d5df4d5ce8b957)

{% hint style="warning" %}
يجب أن يسبَق API key بكلمة Bearer. على سبيل المثال:\
Bearer YourAPIKey
{% endhint %}

الآن بعد أن أصبح اتصالك قيد التشغيل، يمكنك تحديد الاستبيان الذي تريد مراقبته للحصول على تسجيلات إرسال جديدة.

![](/files/c127f1882c41999684c3c203c169c4997164752d)

لهذا المثال البسيط سنربط موصل Send Email، سيتفعَّل هذا الموصل في كل مرة يسجل فيها ngSurvey مستجيبًا جديدًا في الاستبيان المحدد.

![](/files/8b22704ba503ed56f2186537bd714be1267bbfe4)

كما ترى على اليمين، يمكنك أيضًا استخدام أي من الإجابات المرسلة من المستجيبين في موصلاتك لمعالجة إضافية.


---

# 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://docs.ngsurvey.com/ar/personal-account/developer/powerapps-flow-integration/connector-mail-example.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.
