Friday, May 9, 2025
News PouroverAI
Visit PourOver.AI
No Result
View All Result
  • Home
  • AI Tech
  • Business
  • Blockchain
  • Data Science & ML
  • Cloud & Programming
  • Automation
  • Front-Tech
  • Marketing
  • Home
  • AI Tech
  • Business
  • Blockchain
  • Data Science & ML
  • Cloud & Programming
  • Automation
  • Front-Tech
  • Marketing
News PouroverAI
No Result
View All Result

Enhancing customer experience: Streamlining orders with custom email notifications in IBM Cloud

October 11, 2023
in Blockchain
Reading Time: 5 mins read
0 0
A A
0
Share on FacebookShare on Twitter



Let’s consider the operations manager of a thriving online business specializing in handmade crafts. This operations manager understood the importance of catering to their loyal customer base, some of whom resided in different time zones. In their quest to provide exceptional service, they faced a challenge—how to ensure that customers could place orders as soon as new shipments of their artisanal products arrived. The answer to this predicament came in the form of the Custom Email Destination feature within IBM Cloud Event Notifications. With this innovative tool at their disposal, the business was able to establish a dedicated email address that would automatically provide notifications whenever a fresh shipment of their crafts became available for purchase. This approach eliminated the need for customers to constantly monitor the business’s website or social media channels for updates.

Picture this scenario—every Monday at 9 AM EST, the business receives a new shipment of handmade soaps. To facilitate seamless ordering, they created the email address order@myhandmadesoapshop.com. As soon as a shipment arrived and was ready for purchase, IBM Cloud Event Notifications would promptly send an email from this custom address, complete with comprehensive details about the new shipment, including pricing and product availability. Customers could then effortlessly respond to the email, specifying their order details such as quantity and desired items. It was a hassle-free process, ensuring they could place orders promptly without delay.

By implementing the Custom Email Destination feature in IBM Cloud Event Notifications, the business transformed the way its customers stayed informed about new shipments. Gone were the days of waiting for updates to be posted online. Instead, customers received timely email notifications, allowing them to place orders instantly via this convenient channel. It was a win-win situation, saving both the business and its customers valuable time.

Let’s look at how to set up and use the Custom Email Destination feature in IBM Cloud Event Notifications.

Step 1: Create an IBM Cloud Event Notifications service instance
Log in to your IBM Cloud account. In the IBM Cloud catalog, search Event Notifications > Event Notifications. Select a Region from the list of supported regions and Select a pricing plan. Provide a Service name. Select a resource group. Click Create.

Step 2: Create a custom API source
Navigate to the Source section within the created event notification instance. Click on Add > API Source. Provide a name and description for the API source. Click on Save.

Step 3: Create an IBM Cloud Event Notifications destination
In this step, you will make sure that a custom email destination exists where notifications will be forwarded. In the Event Notifications UI, go to Destinations. Create a destination From the navigation, click Destinations > Add. Provide a name for your destination (e.g., myhandmadesoapshop). Select Custom Email as the destination type. Add the domain name (e.g., myhandmadesoapshop.com). Click Add.

Step 4: Configuring a custom email destination
You can configure a custom email destination in the Destinations tab. As part of the configuration, enter the domain name to be used for sending emails.

Custom domain name verification
After you create the destination with your domain name, make sure it’s validated for the right ownership. This will prevent misuse of your domain and keep away from bad actors. To verify your custom domain name, follow these steps:

1. Select the configure overflow menu for the destination you want to verify.
2. Create a Sender Policy Framework (SPF), which is used to authenticate the sender of an email. SPF specifies the mail servers that are allowed to send email for your domain.
3. Open your DNS hosting provider for the domain name configured
4. Create a new TXT record with your domain name registerer with the name and value provided in the configure screen for SPF
5. Create DomainKeys Identified Mail (DKIM), which allows an organization to take responsibility for transmitting a message by signing it. DKIM allows the receiver to check that the email that claimed to have come from a specific domain is authorized by the owner of that domain.
6. Open your DNS hosting provider for the domain name configured.
7. Create a new TXT record with your domain name registerer with the name and value provided in the configure screen for DKIM.
8. Save the TXT records.
9. On the destination verify screen, click on the Verify buttons for both SPF and DKIM.
Note: Some of the common verification issues could be that the domain name is spelled incorrectly or the DNS record for the domain is not updated correctly. Verify if the SPF/DKIM values are copied correctly. The DNS propagation may take up to 72 hours to be updated across the internet.

Step 5: Create an IBM Cloud Event Notifications topic
Next, you will define an IBM Cloud Event Notifications topic that will receive an event from IBM Cloud Secrets Manager. Click Topics. Click Create. The Topic details panels will open. In the Topic details, enter the following:

Enter the Name for your topic (e.g., myhandmadesoapshop orders).
For Source, select the IBM Cloud Event Notifications source, which is named as ArtisanAqua Soaps in this example.
Click Add a condition (if you do not click Add a condition before you click Create, the topic will be created with no conditions associated with it.)
Click Create. Your topic will be displayed in the Topics list.

Step 6: Create an IBM Cloud Event Notifications Email subscription
In this step, you will configure who will receive a Email alert when a notification is processed. Click Subscriptions. Click Create. The Create a subscription panel opens. In the Create a subscription panel, enter the following:

Enter the Name for your subscription (e.g., myhandmadesoapshopSubscription).
For Topic, select the topic you created (e.g., myhandmadesoapshop orders).
For Destination, select myhandmadesoapshop.
For Recipients, enter a valid email address (e.g., MyEmail@MyCompany.com).
Click Create. Your subscription will be added to the Subscriptions list.

You can configure your own template for custom email invitations and notifications. The following is a custom email invitation template:

<html>
<head>
<title> IBM Event Notifications </title>
</head>
<body>
<p> Hello! Invitation template </p>
<table>
<tbody>
<tr>
<td> Hello, here\’s the invitation link: {{ ibmen_invitation }} </td>
</tr>
</tbody>
</table>
</body>
</html>

Custom email notification template:
<html lang=\”en\”>
<head>
</head>
<body>
<div class=\”container\”>
<h1> New Product Information </h1>
<p> Hello {{ibmenreferer personalization ibmenmailto \’name\’}}, Good {{data.greet}} </p>
<div class=\”product-info\”>
<h2> {{data.name}} </h2>
<p> Price: ${{data.price}} </p>
<p> Description: {{ibmendefaultshort}} </p>
<p> Rating: {{data.rating}} </p>
</div>
<p> Thank you for your interest in our new product! </p>
<p> Best regards, </p>
<p> IBM Cloud </p>
<h5> If you don\’t wish to receive these messages click here:{{ibmen_unsubscription}} </h5>
</div>
</body>
</html>

Step 7: Send a test email to the Custom Email destination
Send notifications body from the instance. For more information about Event Notifications payloads, see here. Example request:
curl -X POST — location — header “Authorization: Bearer {iam_token}” — header “Content-Type: application/json” “{base_url}/v1/instances/{instance_id}/notifications”
Example JSON body for sending notifications to various destinations:
{
\”id\”: \”b2198eb8-04b1-48ec



Source link

Tags: CustomCustomeremailEnhancingExperienceIBMCloudnotificationsordersStreamlining
Previous Post

Transforming manufacturing: The power of smart technologies

Next Post

Tactic #14: Increase revenue per session with a clickable USP message

Related Posts

5 SLA metrics you should be monitoring
Blockchain

5 SLA metrics you should be monitoring

June 10, 2024
10BedICU Leverages OpenAI’s API to Revolutionize Critical Care in India
Blockchain

10BedICU Leverages OpenAI’s API to Revolutionize Critical Care in India

June 9, 2024
Arkham: US Government Seizes $300M from Alameda Research Accounts
Blockchain

Arkham: US Government Seizes $300M from Alameda Research Accounts

June 8, 2024
Fake Musk Live Streams Flood YouTube During SpaceX Launch
Blockchain

Fake Musk Live Streams Flood YouTube During SpaceX Launch

June 7, 2024
How to Track Crypto Transactions for Taxes?
Blockchain

How to Track Crypto Transactions for Taxes?

June 7, 2024
NVIDIA Enhances Low-Resolution SDR Video with RTX Video SDK Release
Blockchain

NVIDIA Enhances Low-Resolution SDR Video with RTX Video SDK Release

June 7, 2024
Next Post
Tactic #14: Increase revenue per session with a clickable USP message

Tactic #14: Increase revenue per session with a clickable USP message

5 Front-end Development Skills to Land Your First Job

5 Front-end Development Skills to Land Your First Job

3 Must-Know Algorithms for Automating Chart Pattern Trading in Python

3 Must-Know Algorithms for Automating Chart Pattern Trading in Python

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Trending
  • Comments
  • Latest
Is C.AI Down? Here Is What To Do Now

Is C.AI Down? Here Is What To Do Now

January 10, 2024
Porfo: Revolutionizing the Crypto Wallet Landscape

Porfo: Revolutionizing the Crypto Wallet Landscape

October 9, 2023
A Complete Guide to BERT with Code | by Bradney Smith | May, 2024

A Complete Guide to BERT with Code | by Bradney Smith | May, 2024

May 19, 2024
A faster, better way to prevent an AI chatbot from giving toxic responses | MIT News

A faster, better way to prevent an AI chatbot from giving toxic responses | MIT News

April 10, 2024
Part 1: ABAP RESTful Application Programming Model (RAP) – Introduction

Part 1: ABAP RESTful Application Programming Model (RAP) – Introduction

November 20, 2023
Saginaw HMI Enclosures and Suspension Arm Systems from AutomationDirect – Library.Automationdirect.com

Saginaw HMI Enclosures and Suspension Arm Systems from AutomationDirect – Library.Automationdirect.com

December 6, 2023
Can You Guess What Percentage Of Their Wealth The Rich Keep In Cash?

Can You Guess What Percentage Of Their Wealth The Rich Keep In Cash?

June 10, 2024
AI Compared: Which Assistant Is the Best?

AI Compared: Which Assistant Is the Best?

June 10, 2024
How insurance companies can use synthetic data to fight bias

How insurance companies can use synthetic data to fight bias

June 10, 2024
5 SLA metrics you should be monitoring

5 SLA metrics you should be monitoring

June 10, 2024
From Low-Level to High-Level Tasks: Scaling Fine-Tuning with the ANDROIDCONTROL Dataset

From Low-Level to High-Level Tasks: Scaling Fine-Tuning with the ANDROIDCONTROL Dataset

June 10, 2024
UGRO Capital: Targeting to hit milestone of Rs 20,000 cr loan book in 8-10 quarters: Shachindra Nath

UGRO Capital: Targeting to hit milestone of Rs 20,000 cr loan book in 8-10 quarters: Shachindra Nath

June 10, 2024
Facebook Twitter LinkedIn Pinterest RSS
News PouroverAI

The latest news and updates about the AI Technology and Latest Tech Updates around the world... PouroverAI keeps you in the loop.

CATEGORIES

  • AI Technology
  • Automation
  • Blockchain
  • Business
  • Cloud & Programming
  • Data Science & ML
  • Digital Marketing
  • Front-Tech
  • Uncategorized

SITEMAP

  • Disclaimer
  • Privacy Policy
  • DMCA
  • Cookie Privacy Policy
  • Terms and Conditions
  • Contact us

Copyright © 2023 PouroverAI News.
PouroverAI News

No Result
View All Result
  • Home
  • AI Tech
  • Business
  • Blockchain
  • Data Science & ML
  • Cloud & Programming
  • Automation
  • Front-Tech
  • Marketing

Copyright © 2023 PouroverAI News.
PouroverAI News

Welcome Back!

Login to your account below

Forgotten Password? Sign Up

Create New Account!

Fill the forms bellow to register

All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In