Documentation Index
Fetch the complete documentation index at: https://docs.paubox.com/llms.txt
Use this file to discover all available pages before exploring further.
Obtain your credentials
The Email API client requires two credentials:- API key: a secret token that authenticates your requests
- Username: your Paubox API endpoint username (not your login email)
Create a config.cfg file
Create aconfig.cfg file in your project directory:
Config::General when you instantiate the client — no constructor arguments are needed:
API_KEY or API_USERNAME is missing from the config file, so credential errors are caught at startup.
The SDK sets the Authorization header on every request:
Forms client
Paubox_Forms_SDK requires no credentials. Form submissions are associated with the form ID, not an API key.
Security notes
- Do not commit
config.cfgto source control. Add it to your.gitignore. - The SDK does not expose credentials in error messages or logs.