Types:
from prelude_python_sdk.types import LookupLookupResponseMethods:
client.lookup.lookup(phone_number, **params) -> LookupLookupResponse
Types:
from prelude_python_sdk.types import (
NotifyGetSubscriptionConfigResponse,
NotifyGetSubscriptionPhoneNumberResponse,
NotifyListSubscriptionConfigsResponse,
NotifyListSubscriptionPhoneNumberEventsResponse,
NotifyListSubscriptionPhoneNumbersResponse,
NotifySendResponse,
NotifySendBatchResponse,
)Methods:
client.notify.get_subscription_config(config_id) -> NotifyGetSubscriptionConfigResponseclient.notify.get_subscription_phone_number(phone_number, *, config_id) -> NotifyGetSubscriptionPhoneNumberResponseclient.notify.list_subscription_configs(**params) -> NotifyListSubscriptionConfigsResponseclient.notify.list_subscription_phone_number_events(phone_number, *, config_id, **params) -> NotifyListSubscriptionPhoneNumberEventsResponseclient.notify.list_subscription_phone_numbers(config_id, **params) -> NotifyListSubscriptionPhoneNumbersResponseclient.notify.send(**params) -> NotifySendResponseclient.notify.send_batch(**params) -> NotifySendBatchResponse
Types:
from prelude_python_sdk.types import TransactionalSendResponseMethods:
client.transactional.send(**params) -> TransactionalSendResponse
Types:
from prelude_python_sdk.types import VerificationCreateResponse, VerificationCheckResponseMethods:
client.verification.create(**params) -> VerificationCreateResponseclient.verification.check(**params) -> VerificationCheckResponse
Types:
from prelude_python_sdk.types import (
VerificationManagementDeletePhoneNumberResponse,
VerificationManagementListPhoneNumbersResponse,
VerificationManagementListSenderIDsResponse,
VerificationManagementSetPhoneNumberResponse,
VerificationManagementSubmitSenderIDResponse,
)Methods:
client.verification_management.delete_phone_number(action, **params) -> VerificationManagementDeletePhoneNumberResponseclient.verification_management.list_phone_numbers(action) -> VerificationManagementListPhoneNumbersResponseclient.verification_management.list_sender_ids() -> VerificationManagementListSenderIDsResponseclient.verification_management.set_phone_number(action, **params) -> VerificationManagementSetPhoneNumberResponseclient.verification_management.submit_sender_id(**params) -> VerificationManagementSubmitSenderIDResponse
Types:
from prelude_python_sdk.types import (
WatchPredictResponse,
WatchSendEventsResponse,
WatchSendFeedbacksResponse,
)Methods:
client.watch.predict(**params) -> WatchPredictResponseclient.watch.send_events(**params) -> WatchSendEventsResponseclient.watch.send_feedbacks(**params) -> WatchSendFeedbacksResponse