Skip to content

Latest commit

History

History
196 lines (137 loc) · 11.7 KB

File metadata and controls

196 lines (137 loc) · 11.7 KB

Shared Types

fromsurge.typesimportError

Accounts

Types:

fromsurge.typesimportAccount, AccountStatus, Organization

Methods:

Attachments

Types:

fromsurge.typesimportAttachmentGetFileResponse

Methods:

Audiences

Types:

fromsurge.typesimportAudienceCreateResponse

Methods:

Blasts

Types:

fromsurge.typesimportBlast

Methods:

Campaigns

Types:

fromsurge.typesimportCampaign, CampaignResendBrandVerificationMessageResponse

Methods:

Contacts

Types:

fromsurge.typesimportContact

Methods:

Messages

Types:

fromsurge.typesimportMessage

Methods:

PhoneNumbers

Types:

fromsurge.typesimportPhoneNumber, PhoneNumberListAvailableNumbersResponse

Methods:

Recordings

Types:

fromsurge.typesimport (
RecordingRetrieveResponse,
RecordingListResponse,
RecordingDeleteResponse,
RecordingGetFileResponse,
)

Methods:

Users

Types:

fromsurge.typesimportUser, UserTokenResponse

Methods:

Verifications

Types:

fromsurge.typesimportVerification, VerificationCheck

Methods:

Webhooks

Types:

fromsurge.typesimport (
CallEndedWebhookEvent,
CampaignApprovedWebhookEvent,
ContactOptedInWebhookEvent,
ContactOptedOutWebhookEvent,
ConversationCreatedWebhookEvent,
LinkFollowedWebhookEvent,
MessageDeliveredWebhookEvent,
MessageFailedWebhookEvent,
MessageReceivedWebhookEvent,
MessageSentWebhookEvent,
PhoneNumberAttachedToCampaignWebhookEvent,
PhoneNumberImportedWebhookEvent,
RecordingCompletedWebhookEvent,
VoicemailReceivedWebhookEvent,
UnwrapWebhookEvent,
)