AWS Pinpoint Overview

Sagar Donthineni
4 min readMay 6, 2023

--

In this blog post, we will explore the capabilities and features of AWS Pinpoint, along with its various use cases. Having had the opportunity to design and implement AWS Pinpoint in a large public sector project, I can attest to its effectiveness in meeting the specific requirements of the use case.

What is AWS Pinpoint

AWS Pinpoint is a managed cloud service provided by Amazon Web Services (AWS) that enables businesses to engage with their customers across multiple messaging channels such as email, SMS, push notifications, and voice messages.

AWS Pinpoint allows businesses to create targeted campaigns and send personalised messages to specific segments of their audience. It also provides analytics and insights into the effectiveness of these campaigns, enabling businesses to optimise their messaging and improve customer engagement.

Reference Architecture

The following architecture diagram illustrates the integration of AWS Pinpoint with an enterprise landscape, showcasing how it seamlessly connects with other AWS services to form a cohesive solution.

Source:https://aws.amazon.com/blogs/architecture/architecting-cross-channel-intelligent-customer-engagements/

AWS Pinpoint References

The following references provide a deeper understanding of AWS Pinpoint and its capabilities:

  1. AWS Pinpoint product page
  2. AWS Pinpoint documentation
  3. AWS Pinpoint blog
  4. AWS Pinpoint forums
  5. AWS Pinpoint sample code

AWS Pinpoint Concepts

  1. Projects: An AWS Pinpoint project is a container for all the resources associated with a specific marketing or engagement initiative. It includes settings for channels, endpoints, campaigns, segments, and analytics, and can be used to organise and manage multiple initiatives.
  2. Channels: AWS Pinpoint enables communication with customers through various channels, including email, SMS, push notifications, custom channels and voice messages.
  3. Endpoints: An endpoint represents a customer’s device or communication address, such as a mobile phone number or email address.
  4. Segments: Segments are groups of customers who share similar attributes, such as demographics or behaviour. Segments can be created and targeted with personalised messaging through AWS Pinpoint
  5. Campaigns: Campaigns are marketing initiatives that involve sending messages to a specific segment of customers through one or more channels. AWS Pinpoint enables the creation and execution of targeted campaigns, as well as tracking their effectiveness.
  6. Events: Events are actions that customers take that can be tracked and used to inform marketing decisions. AWS Pinpoint allows for the tracking and analysis of customer events, such as app opens or clicks on a specific link.
  7. Journeys: Journeys are customer engagement flows that consist of a series of steps designed to achieve a specific outcome, such as converting a prospect to a customer. AWS Pinpoint enables the creation and automation of journeys to improve customer engagement.
  8. Analytics: AWS Pinpoint provides comprehensive analytics and reporting capabilities that enable businesses to track the effectiveness of their campaigns and customer engagement efforts, and make data-driven decisions to optimise future campaigns.
  9. Integrations: AWS Pinpoint can integrate with a variety of other AWS services, such as Amazon S3 for storing data, Amazon Kinesis for real-time data processing, and AWS Lambda for serverless compute capabilities, AWS Personalise for ML capabilities and AWS connect for voice calling etc. Integrations enable businesses to leverage additional AWS capabilities to enhance their customer engagement efforts.
  10. APIs: AWS Pinpoint provides REST APIs that enable programmatic access to its capabilities, allowing businesses to integrate the service with their existing applications and workflows.

Use cases

AWS Pinpoint is a powerful tool that can benefit any business looking to interact with their customers and provide personalised messaging, such as status updates, product promotions, and recommendations. Here are a few fictional business use cases where AWS Pinpoint could be utilised:

  1. E-commerce: An online retailer could use AWS Pinpoint to send personalised recommendations and promotions to customers based on their browsing and purchase history. By segmenting customers based on their preferences and behavior, the retailer can create targeted campaigns that are more likely to result in conversions and increased revenue.
  2. Healthcare: A healthcare provider could use AWS Pinpoint to send personalised reminders and updates to patients regarding appointments, prescription refills, and preventative care recommendations. By leveraging AWS Pinpoint’s multi-channel capabilities, the provider can ensure that patients receive timely and relevant information through their preferred communication channels.
  3. Financial Services: A financial services provider could use AWS Pinpoint to send personalised alerts and updates to customers regarding account balances, transactions, and investment opportunities. By segmenting customers based on their financial goals and risk tolerance, the provider can create targeted campaigns that drive engagement and improve customer satisfaction.

My Experience using AWS Pinpoint

During my experience using AWS Pinpoint, I implemented Automated Journeys using a custom channel that invokes a Lambda function to send SMS messages via Twilio, initiate AWS Connect voice calls, or send emails. AWS Pinpoint proved to be a scalable solution, as it successfully handled a user base of over 5 million with a peak campaign size of 200k.

Here are some of the pros and cons I observed during my experience:

Pros:

  • As a managed service provided by AWS, there was no need to manage underlying infrastructure, making it easy to adopt serverless architecture.
  • AWS Pinpoint scaled well, allowing for multiple campaigns to be executed in parallel.
  • Integration with other AWS services was easy to set up using Lambda and APIs.
  • Campaign templates for email, SMS, and voice can be managed and retrieved as per their definitions.
  • AWS Pinpoint’s journey flows are useful for automating processes based on available data and options.
  • AWS Personalize provided machine learning capabilities to AWS Pinpoint for sending personalized recommendations.

Cons:

  • Native integration with certain services was not available, requiring the use of Lambda in some cases.
  • In some instances, the segment dashboard and underlying data did not match up perfectly.
  • The primary key for AWS Pinpoint’s user base is the endpoint ID, which can cause duplication in multi-channel campaigns. However, this can be worked around using custom channels.

Overall, AWS Pinpoint’s intuitive interface made it easy for business users to create and manage segment and campaign creations with little training. The service’s ability to scale and automate based on available data proved to be a valuable resource in improving customer engagement.

--

--