Skip to content

Latest commit

 

History

History
102 lines (65 loc) · 4.15 KB

api.md

File metadata and controls

102 lines (65 loc) · 4.15 KB

Shared Types

from sent.types import Contact

Contacts

Types:

from sent.types import ContactListResponse

Methods:

ID

Methods:

Phone

Methods:

Messages

Types:

from sent.types import MessageCreateResponse, MessagePhoneNumberResponse

Methods:

SMS

Types:

from sent.types import SMSPayload

Methods:

Whatsapp

Types:

from sent.types import WhatsappPayload

Methods:

Templates

Types:

from sent.types import (
    TemplateResponse,
    TemplateCreateResponse,
    TemplateUpdateResponse,
    TemplateListResponse,
    TemplateDeleteResponse,
)

Methods:

Customers

Types:

from sent.types import Customer, CustomerDeleteResponse

Methods: