send_secure_email
Sends a single HIPAA compliant email through the Paubox Email API. The sender address must belong to a domain you have verified in the Paubox dashboard.
Example payload
sourceTrackingId string you can pass to check_email_status.
check_email_status
Retrieves the current delivery status of a message sent viasend_secure_email.
Example payload
validate_credentials
Verifies that the Paubox API credentials are present and valid by making a live check against the Paubox API. Useful as a first step before sending email.
When connecting via stdio (Claude Code), credentials come from environment variables and no parameters are needed.
Example payload
get_form
Available via HTTP transport only. Not available when using the stdio transport (Claude Code).
Example payload
title, description, form_json (field definitions), and metadata fields (active, signable, submission_count, created_at, updated_at).
submit_form
Available via HTTP transport only. Not available when using the stdio transport (Claude Code).
Example payload: text fields only