Python client for Aasaanjobs/Waahjobs Notification Hub
Project description
Python Aasaanjobs/Waahjobs NotificationHub Client
Python SDK to communicate with Aasaanjobs/Waahjobs Notification Hub and send notifications to users.
Supported Notification Channels
- Short Messaging Service (SMS)
- Mobile Push (FCM)
Installation
pip install aasaanjobs-notificationhub
Usage
Each notification is referred to as Task in this library. A single Task can contain multiple channels, i.e., a single Task can contain both Email and WhatsApp notification data. This Task is then validated via Protocol Buffers and pushed to corresponding Notification Hub Amazon SQS queue.
For Transactional notifications NOTIFICATION_HUB_SQS_QUEUE_NAME environment variable should be configured.
For Marketing notifications NOTIFICATION_HUB_MARKETING_SQS_QUEUE_NAME environment variable should be configured.
For OTP notifications NOTIFICATION_HUB_OTP_SQS_QUEUE_NAME environment variable should be configured.
Configuration
Each application which uses this library must configure Amazon SQS configurations to successfully send notification task to Hub.
The following keys can be defined in the settings module if Django application or can be defined as environment variables
Setting | Description |
---|---|
NOTIFICATION_HUB_SQS_ACCESS_KEY_ID | Access Key of the IAM role which has access to the Hub SQS |
NOTIFICATION_HUB_SQS_SECRET_ACCESS_KEY | Secret Access Key of the IAM role which has access to the Hub SQS |
NOTIFICATION_HUB_SQS_REGION | AWS Region where the Hub SQS resides |
NOTIFICATION_HUB_SQS_QUEUE_NAME | Name of the Hub SQS Queue |
NOTIFICATION_HUB_MARKETING_SQS_QUEUE_NAME | Name of the Hub Marketing SQS Queue |
NOTIFICATION_HUB_OTP_SQS_QUEUE_NAME | Name of the Hub OTP SQS Queue |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file aasaanjobs-notificationhub-1.4.0.tar.gz
.
File metadata
- Download URL: aasaanjobs-notificationhub-1.4.0.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfc39313869a41d4ea2e9de05d2db47b4c374b71d4b9602732c4816cfa535710 |
|
MD5 | e6eaffb5a33c85a89acf99c5c8e199fe |
|
BLAKE2b-256 | 2b2b4f40e75177ab36fe106d20d8779318d20531a899c0a096ffbaa5c241cf91 |