Discussion
Adqura
TR
Last activity: 31 Aug 2023 12:59 EDT
Throttling in Pega Marketing Outbound channels
Hi,
We would like to have throttling functionality in Pega Marketing. I tried to summarize the expected behaviour below.
- To throttle outbound message (SMS, Email, PushNotification) deliveries e.g. send max. X amount of messages in Y amount of time
- To throttle message delivery by three dimensions; channel (as above), customer type, and proposition's issue/group/name
- These values must be editable from Pega Marketing (Configuration --> Setting) Channels landing pages since these parameters are not at campaign level but at channel/account level.
There're two major technical constraints that are forcing us to apply throttling on these dimensions. The use cases that made us seek throttling are as follows;
- The SMS Centre (SMSC) that Pega Marketing is integrated with cannot handle more than ~50 SMS per second. We need to slow down the message delivery of Pega Marketing. PushNotificaiton channel has a similar constraint.
- Thus, throttling should be available for every .pyChannel value.
- Bulk outbound message delivery generates inbound calls on Call Centeres. For example, generating 50 SMS per second makes 180K outbound interactions in an hour and this bulk volume generates <=10K inbound calls in an hour, which is either blocking the IVR or Call Center system, if not both. Briefly, Pega Marketing's campaign delivery is blocking the operation on call center side. The business case is this; "since there are few (<100) agents for VIP customers, do not send more than 10 outbound messages per second from this segment so that call center will not get overloaded with inbound calls". Thus, rather than sending e.g. 180K messages in one hour, send max ~30-40K outbound messages per hour. Briefly, distribute the outbound load so that inbound calls would not get piled up for that agent group.
- We're aware of the fact that this
- pyCustomerSegment & pyCustomerSubSegment of Data-Decision-IH-Dimension-Customer class.
We appreciate if we can start with channel level (max. X messages in Y minutes) throttling and improve with customer / proposition level throttling.
Regards,
***Updated by moderator: Lochan to add enhancement details***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
added Idea specialized tag***