Skip to main content

A wrapper for WhatsApp Business Cloud API provided by Meta.

Project description

Whatsapp Business Cloud API

This repository is a wrapper for Meta's Whatsapp Business Cloud API.

Use

from whatsapp_business_api import WhatsappAPI

phone_number_id = 'YOUR_SENDER_ID'
access_token = 'YOUR_ACCESS_TOKEN'

w = WhatsappAPI(phone_number_id=phone_number_id,
                access_token=access_token)

w.send_text_message(to='49xxxxxxxxxxx', message='This is a test!')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

whatsapp-business-api-0.1.4.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

whatsapp_business_api-0.1.4-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page