Skip to main content

create_inbox

AsyncMethod
This is a method of the EmailProtocol class in the protocols module.
Create a new email inbox programmatically.

Signature

Parameters

Optional[str]
Optional custom domain for the inbox **kwargs: Additional provider-specific parameters

Returns

Dict[str, Any]
Dict with at least ‘id’ and ‘email_address’ keys

Source

View on GitHub

praisonaiagents/bots/protocols.py at line 1270