Menu Close

Tag: #365blogpostsin365days

Power Automate Flow to Send Emails from azure service bus queue to users

Hello Everyone,

Today I am going to show how to create Power Automate Flow to send emails from Azure Service Bus Queue to users.

Let’s get’s started.

Create a Cloud Flow.

Connection reference Service Bus Flow_AzureServiceBus

Look for emails from queue and select it.

Then select queue from dropdown and Queue Type = Main.

Choose the format of the data – Parse JSON

Select the content – Body

Schema in JSON FORMAT.

Select Add a new row.

Fill all the columns from the email table refer to above image.

Then Settings for Send an email(V2)

Finally when ever a message is received at the Azure Service Bus Queue then this flow will trigger and an email will be sent to receipt.

That’s it for today.

I hope this helps.

Malla Reddy Gurram(@UK365GUY)
#365BlogPostsin365Days

Share this:

Microsoft AI Ignite 2023

Hello Everyone,

Today I am going to share Microsoft AI event which is Microsoft Ignite AI.

Let’s get’s started.

If you are following Microsoft Events then this event is known to you already, but for my blog reader information.

Today is Microsoft AI Ignite 2023.

Tune in into Microsoft AI Ignite 2023: https://news.microsoft.com/ignite-2023/

Learn all about Microsoft AI Event.

That’s it for today.

I hope this helps.

Malla Reddy Gurram(@UK365GUY)
#365Blogpostsin365days

Share this:

How to capture azure service bus queue and send email from Dynamics 365 Marketing

Hello Everyone,

Today I am going to share my thoughts on how to capture azure service bus queue and send email from Dynamics 365 Marketing.

Let’s get’s started.

Suppose there is a requirement to send emails from Dynamics 365 Marketing by capturing queues from Azure Service Bus Queue.

Where would queues coming from ? They will come from a Web App.

How do you do that integration of Azure Service Bus with Dynamics 365 Marketing.

Certainly! To capture Azure Service Bus Queue messages and send emails from Dynamics 365 Marketing, you can follow these steps:

1. Azure Service Bus Setup:

Set up an Azure Service Bus Queue.

Obtain the connection string for the Service Bus.

2.Power Automate Flow:

Create a Power Automate Flow.

Use the “When a message is received in a queue(Azure Service Bus)” trigger .

Configure the connection using the Service Bus Connection String.

Define actions to process the message, e.g extract relevant information.

3. Dynamics 365 Marketing Integration:

Add an action in the Power Automate flow to create or update a record in Dynamics 365 Marketing.

Use the “Create a record” or “Update a record” action based on your requirements.

Populate the necessary fields with data from the Azure Service Bus message.

4. Send Email in Dynamics 365 Marketing:

Add another action to the Power Automate flow to trigger the email sending process in Dynamics 365 Marketing.

You may use the “Send an Email(V2)” action or a similar one depending on your Dynamics 365 Marketing version.

5. Authenticate and Permissions:

Ensure that the authentication between Azure Service Bus, Power Automate, and Dynamics 365 Marketing is set up securely.

Grant the necessary permissions to the service accounts or users involved in the integration.

6. Testing and Monitoring:

Test the end to end flow to ensure that messages from the Azure Service Bus Queue trigger the desired actions in Dynamics 365 Marketing.

Implement monitoring and logging to track the flow execution and handle any errors.

By following these steps, you can create a seamless integration between Azure Service Bus Queue and Dynamics 365 Marketing, allowing you to capture messages and trigger email sending processes.

That’s it for today.

I hope this helps.

Malla Reddy Gurram(@UK365GUY)
#365BlogPostsin365Days

Share this:

Build new segments using Copilot in Dynamics 365 Customer Insights

Hello Everyone,

Today I am going to show how to build new segment using Query Assist in Dynamics 365 Customer Insights.

Let’s get’s started.

When you start creating a new segment, you need to define three things:

1.Name of the segment: All contacts who opted in.

2.Select a target audience: Contacts, Lead

3.Query assist: Can give you suggestions to pick options from them too.

It describes who you wish to target and Copilot will create the segments for you.

Then click on Create.

Then you can continue with the segment creation.

That’s it for today.

I hope this helps.

Malla Reddy Gurram(@UK365GUY)
#365BlogPostsin365Days

Share this: