├── .gitignore ├── .travis.yml ├── LICENSE.md ├── README.md ├── composer.json ├── composer.lock ├── docs ├── Api │ ├── AccountApi.md │ ├── AttributesApi.md │ ├── CRMApi.md │ ├── CompaniesApi.md │ ├── ContactsApi.md │ ├── ConversationsApi.md │ ├── DealsApi.md │ ├── EcommerceApi.md │ ├── EmailCampaignsApi.md │ ├── FilesApi.md │ ├── FoldersApi.md │ ├── InboundParsingApi.md │ ├── ListsApi.md │ ├── MasterAccountApi.md │ ├── NotesApi.md │ ├── ProcessApi.md │ ├── ResellerApi.md │ ├── SMSCampaignsApi.md │ ├── SendersApi.md │ ├── TasksApi.md │ ├── TransactionalEmailsApi.md │ ├── TransactionalSMSApi.md │ ├── TransactionalWhatsAppApi.md │ ├── WebhooksApi.md │ └── WhatsappCampaignsApi.md └── Model │ ├── AbTestCampaignResult.md │ ├── AbTestCampaignResultClickedLinks.md │ ├── AbTestCampaignResultStatistics.md │ ├── AbTestVersionClicks.md │ ├── AbTestVersionClicksInner.md │ ├── AbTestVersionStats.md │ ├── AddChildDomain.md │ ├── AddContactToList.md │ ├── AddCredits.md │ ├── BlockDomain.md │ ├── Body.md │ ├── Body1.md │ ├── Body10.md │ ├── Body11.md │ ├── Body12.md │ ├── Body2.md │ ├── Body3.md │ ├── Body4.md │ ├── Body5.md │ ├── Body6.md │ ├── Body7.md │ ├── Body8.md │ ├── Body9.md │ ├── BodyVariablesItems.md │ ├── CompaniesList.md │ ├── Company.md │ ├── CompanyAttributes.md │ ├── CompanyAttributesInner.md │ ├── ComponentItems.md │ ├── Contact.md │ ├── ConversationsMessageFile.md │ ├── Conversationsmessage.md │ ├── ConversationsmessageFileImageInfo.md │ ├── CreateApiKeyRequest.md │ ├── CreateApiKeyResponse.md │ ├── CreateAttribute.md │ ├── CreateAttributeEnumeration.md │ ├── CreateCategoryModel.md │ ├── CreateChild.md │ ├── CreateContact.md │ ├── CreateDoiContact.md │ ├── CreateEmailCampaign.md │ ├── CreateEmailCampaignRecipients.md │ ├── CreateEmailCampaignSender.md │ ├── CreateList.md │ ├── CreateModel.md │ ├── CreateProductModel.md │ ├── CreateReseller.md │ ├── CreateSender.md │ ├── CreateSenderIps.md │ ├── CreateSenderModel.md │ ├── CreateSmsCampaign.md │ ├── CreateSmsCampaignRecipients.md │ ├── CreateSmtpEmail.md │ ├── CreateSmtpTemplate.md │ ├── CreateSmtpTemplateSender.md │ ├── CreateSubAccount.md │ ├── CreateSubAccountResponse.md │ ├── CreateUpdateBatchCategory.md │ ├── CreateUpdateBatchCategoryModel.md │ ├── CreateUpdateBatchProducts.md │ ├── CreateUpdateBatchProductsModel.md │ ├── CreateUpdateCategories.md │ ├── CreateUpdateCategory.md │ ├── CreateUpdateContactModel.md │ ├── CreateUpdateFolder.md │ ├── CreateUpdateProducts.md │ ├── CreateUpdateproduct.md │ ├── CreateWebhook.md │ ├── CreatedBatchId.md │ ├── CreatedProcessId.md │ ├── Deal.md │ ├── DealAttributes.md │ ├── DealAttributesInner.md │ ├── DealsList.md │ ├── DeleteHardbounces.md │ ├── EmailExportRecipients.md │ ├── ErrorModel.md │ ├── FileData.md │ ├── FileDownloadableLink.md │ ├── FileList.md │ ├── GetAccount.md │ ├── GetAccountMarketingAutomation.md │ ├── GetAccountPlan.md │ ├── GetAccountRelay.md │ ├── GetAccountRelayData.md │ ├── GetAggregatedReport.md │ ├── GetAttributes.md │ ├── GetAttributesAttributes.md │ ├── GetAttributesEnumeration.md │ ├── GetBlockedDomains.md │ ├── GetCampaignOverview.md │ ├── GetCampaignRecipients.md │ ├── GetCampaignStats.md │ ├── GetCategories.md │ ├── GetCategoryDetails.md │ ├── GetChildAccountCreationStatus.md │ ├── GetChildDomain.md │ ├── GetChildDomains.md │ ├── GetChildInfo.md │ ├── GetChildInfoApiKeys.md │ ├── GetChildInfoApiKeysV2.md │ ├── GetChildInfoApiKeysV3.md │ ├── GetChildInfoCredits.md │ ├── GetChildInfoStatistics.md │ ├── GetChildrenList.md │ ├── GetClient.md │ ├── GetContactCampaignStats.md │ ├── GetContactCampaignStatsClicked.md │ ├── GetContactCampaignStatsOpened.md │ ├── GetContactCampaignStatsTransacAttributes.md │ ├── GetContactCampaignStatsUnsubscriptions.md │ ├── GetContactDetails.md │ ├── GetContacts.md │ ├── GetDeviceBrowserStats.md │ ├── GetEmailCampaign.md │ ├── GetEmailCampaigns.md │ ├── GetEmailEventReport.md │ ├── GetEmailEventReportEvents.md │ ├── GetExtendedCampaignOverview.md │ ├── GetExtendedCampaignOverviewSender.md │ ├── GetExtendedCampaignStats.md │ ├── GetExtendedCampaignStatsGlobalStats.md │ ├── GetExtendedClient.md │ ├── GetExtendedClientAddress.md │ ├── GetExtendedContactDetails.md │ ├── GetExtendedContactDetailsStatistics.md │ ├── GetExtendedContactDetailsStatisticsClicked.md │ ├── GetExtendedContactDetailsStatisticsDelivered.md │ ├── GetExtendedContactDetailsStatisticsLinks.md │ ├── GetExtendedContactDetailsStatisticsMessagesSent.md │ ├── GetExtendedContactDetailsStatisticsOpened.md │ ├── GetExtendedContactDetailsStatisticsUnsubscriptions.md │ ├── GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.md │ ├── GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.md │ ├── GetExtendedList.md │ ├── GetExtendedListCampaignStats.md │ ├── GetFolder.md │ ├── GetFolderLists.md │ ├── GetFolders.md │ ├── GetInboundEmailEvents.md │ ├── GetInboundEmailEventsByUuid.md │ ├── GetInboundEmailEventsByUuidAttachments.md │ ├── GetInboundEmailEventsByUuidLogs.md │ ├── GetInboundEmailEventsEvents.md │ ├── GetIp.md │ ├── GetIpFromSender.md │ ├── GetIps.md │ ├── GetIpsFromSender.md │ ├── GetList.md │ ├── GetLists.md │ ├── GetProcess.md │ ├── GetProcesses.md │ ├── GetProductDetails.md │ ├── GetProducts.md │ ├── GetReports.md │ ├── GetReportsReports.md │ ├── GetScheduledEmailByBatchId.md │ ├── GetScheduledEmailByBatchIdBatches.md │ ├── GetScheduledEmailByMessageId.md │ ├── GetSendersList.md │ ├── GetSendersListIps.md │ ├── GetSendersListSenders.md │ ├── GetSharedTemplateUrl.md │ ├── GetSmsCampaign.md │ ├── GetSmsCampaignOverview.md │ ├── GetSmsCampaignRecipients.md │ ├── GetSmsCampaignStats.md │ ├── GetSmsCampaigns.md │ ├── GetSmsEventReport.md │ ├── GetSmsEventReportEvents.md │ ├── GetSmtpTemplateOverview.md │ ├── GetSmtpTemplateOverviewSender.md │ ├── GetSmtpTemplates.md │ ├── GetSsoToken.md │ ├── GetStatsByBrowser.md │ ├── GetStatsByDevice.md │ ├── GetStatsByDomain.md │ ├── GetTransacAggregatedSmsReport.md │ ├── GetTransacBlockedContacts.md │ ├── GetTransacBlockedContactsContacts.md │ ├── GetTransacBlockedContactsReason.md │ ├── GetTransacEmailContent.md │ ├── GetTransacEmailContentEvents.md │ ├── GetTransacEmailsList.md │ ├── GetTransacEmailsListTransactionalEmails.md │ ├── GetTransacSmsReport.md │ ├── GetTransacSmsReportReports.md │ ├── GetWebhook.md │ ├── GetWebhooks.md │ ├── GetWhatsappCampaignOverview.md │ ├── GetWhatsappEventReport.md │ ├── GetWhatsappEventReportEvents.md │ ├── InlineResponse200.md │ ├── InlineResponse201.md │ ├── InlineResponse2011.md │ ├── InlineResponse2012.md │ ├── ManageIp.md │ ├── MasterDetailsResponse.md │ ├── MasterDetailsResponseBillingInfo.md │ ├── MasterDetailsResponseBillingInfoAddress.md │ ├── MasterDetailsResponseBillingInfoName.md │ ├── MasterDetailsResponsePlanInfo.md │ ├── MasterDetailsResponsePlanInfoFeatures.md │ ├── Note.md │ ├── NoteData.md │ ├── NoteId.md │ ├── NoteList.md │ ├── Order.md │ ├── OrderBatch.md │ ├── OrderBilling.md │ ├── OrderProducts.md │ ├── Pipeline.md │ ├── PipelineStage.md │ ├── PostContactInfo.md │ ├── PostContactInfoContacts.md │ ├── PostSendFailed.md │ ├── PostSendSmsTestFailed.md │ ├── RemainingCreditModel.md │ ├── RemainingCreditModelChild.md │ ├── RemainingCreditModelReseller.md │ ├── RemoveContactFromList.md │ ├── RemoveCredits.md │ ├── RequestContactExport.md │ ├── RequestContactExportCustomContactFilter.md │ ├── RequestContactImport.md │ ├── RequestContactImportNewList.md │ ├── RequestSmsRecipientExport.md │ ├── ScheduleSmtpEmail.md │ ├── SendReport.md │ ├── SendReportEmail.md │ ├── SendSms.md │ ├── SendSmtpEmail.md │ ├── SendSmtpEmailAttachment.md │ ├── SendSmtpEmailBcc.md │ ├── SendSmtpEmailCc.md │ ├── SendSmtpEmailMessageVersions.md │ ├── SendSmtpEmailReplyTo.md │ ├── SendSmtpEmailReplyTo1.md │ ├── SendSmtpEmailSender.md │ ├── SendSmtpEmailTo.md │ ├── SendSmtpEmailTo1.md │ ├── SendTestEmail.md │ ├── SendTestSms.md │ ├── SendTransacSms.md │ ├── SendWhatsappMessage.md │ ├── SsoTokenRequest.md │ ├── SubAccountDetailsResponse.md │ ├── SubAccountDetailsResponsePlanInfo.md │ ├── SubAccountDetailsResponsePlanInfoCredits.md │ ├── SubAccountDetailsResponsePlanInfoCreditsEmails.md │ ├── SubAccountDetailsResponsePlanInfoFeatures.md │ ├── SubAccountDetailsResponsePlanInfoFeaturesInbox.md │ ├── SubAccountDetailsResponsePlanInfoFeaturesLandingPage.md │ ├── SubAccountDetailsResponsePlanInfoFeaturesUsers.md │ ├── SubAccountUpdatePlanRequest.md │ ├── SubAccountUpdatePlanRequestCredits.md │ ├── SubAccountUpdatePlanRequestFeatures.md │ ├── SubAccountsResponse.md │ ├── SubAccountsResponseSubAccounts.md │ ├── Task.md │ ├── TaskList.md │ ├── TaskReminder.md │ ├── TaskTypes.md │ ├── UpdateAttribute.md │ ├── UpdateAttributeEnumeration.md │ ├── UpdateBatchContacts.md │ ├── UpdateBatchContactsContacts.md │ ├── UpdateBatchContactsModel.md │ ├── UpdateCampaignStatus.md │ ├── UpdateChild.md │ ├── UpdateChildAccountStatus.md │ ├── UpdateChildDomain.md │ ├── UpdateContact.md │ ├── UpdateEmailCampaign.md │ ├── UpdateEmailCampaignRecipients.md │ ├── UpdateEmailCampaignSender.md │ ├── UpdateList.md │ ├── UpdateSender.md │ ├── UpdateSmsCampaign.md │ ├── UpdateSmtpTemplate.md │ ├── UpdateSmtpTemplateSender.md │ ├── UpdateWebhook.md │ ├── UploadImageModel.md │ ├── UploadImageToGallery.md │ ├── VariablesItems.md │ ├── WhatsappCampStats.md │ └── WhatsappCampTemplate.md ├── lib ├── Api │ ├── AccountApi.php │ ├── AttributesApi.php │ ├── CRMApi.php │ ├── CompaniesApi.php │ ├── ContactsApi.php │ ├── ConversationsApi.php │ ├── DealsApi.php │ ├── EcommerceApi.php │ ├── EmailCampaignsApi.php │ ├── FilesApi.php │ ├── FoldersApi.php │ ├── InboundParsingApi.php │ ├── ListsApi.php │ ├── MasterAccountApi.php │ ├── NotesApi.php │ ├── ProcessApi.php │ ├── ResellerApi.php │ ├── SMSCampaignsApi.php │ ├── SendersApi.php │ ├── TasksApi.php │ ├── TransactionalEmailsApi.php │ ├── TransactionalSMSApi.php │ ├── TransactionalWhatsAppApi.php │ ├── WebhooksApi.php │ └── WhatsappCampaignsApi.php ├── ApiException.php ├── Configuration.php ├── HeaderSelector.php ├── Model │ ├── AbTestCampaignResult.php │ ├── AbTestCampaignResultClickedLinks.php │ ├── AbTestCampaignResultStatistics.php │ ├── AbTestVersionClicks.php │ ├── AbTestVersionClicksInner.php │ ├── AbTestVersionStats.php │ ├── AddChildDomain.php │ ├── AddContactToList.php │ ├── AddCredits.php │ ├── BlockDomain.php │ ├── Body.php │ ├── Body1.php │ ├── Body10.php │ ├── Body11.php │ ├── Body12.php │ ├── Body2.php │ ├── Body3.php │ ├── Body4.php │ ├── Body5.php │ ├── Body6.php │ ├── Body7.php │ ├── Body8.php │ ├── Body9.php │ ├── BodyVariablesItems.php │ ├── CompaniesList.php │ ├── Company.php │ ├── CompanyAttributes.php │ ├── CompanyAttributesInner.php │ ├── ComponentItems.php │ ├── Contact.php │ ├── ConversationsMessage.php │ ├── ConversationsMessageFile.php │ ├── ConversationsMessageFileImageInfo.php │ ├── CreateApiKeyRequest.php │ ├── CreateApiKeyResponse.php │ ├── CreateAttribute.php │ ├── CreateAttributeEnumeration.php │ ├── CreateCategoryModel.php │ ├── CreateChild.php │ ├── CreateContact.php │ ├── CreateDoiContact.php │ ├── CreateEmailCampaign.php │ ├── CreateEmailCampaignRecipients.php │ ├── CreateEmailCampaignSender.php │ ├── CreateList.php │ ├── CreateModel.php │ ├── CreateProductModel.php │ ├── CreateReseller.php │ ├── CreateSender.php │ ├── CreateSenderIps.php │ ├── CreateSenderModel.php │ ├── CreateSmsCampaign.php │ ├── CreateSmsCampaignRecipients.php │ ├── CreateSmtpEmail.php │ ├── CreateSmtpTemplate.php │ ├── CreateSmtpTemplateSender.php │ ├── CreateSubAccount.php │ ├── CreateSubAccountResponse.php │ ├── CreateUpdateBatchCategory.php │ ├── CreateUpdateBatchCategoryModel.php │ ├── CreateUpdateBatchProducts.php │ ├── CreateUpdateBatchProductsModel.php │ ├── CreateUpdateCategories.php │ ├── CreateUpdateCategory.php │ ├── CreateUpdateContactModel.php │ ├── CreateUpdateFolder.php │ ├── CreateUpdateProduct.php │ ├── CreateUpdateProducts.php │ ├── CreateWebhook.php │ ├── CreatedBatchId.php │ ├── CreatedProcessId.php │ ├── Deal.php │ ├── DealAttributes.php │ ├── DealAttributesInner.php │ ├── DealsList.php │ ├── DeleteHardbounces.php │ ├── EmailExportRecipients.php │ ├── ErrorModel.php │ ├── FileData.php │ ├── FileDownloadableLink.php │ ├── FileList.php │ ├── GetAccount.php │ ├── GetAccountMarketingAutomation.php │ ├── GetAccountPlan.php │ ├── GetAccountRelay.php │ ├── GetAccountRelayData.php │ ├── GetAggregatedReport.php │ ├── GetAttributes.php │ ├── GetAttributesAttributes.php │ ├── GetAttributesEnumeration.php │ ├── GetBlockedDomains.php │ ├── GetCampaignOverview.php │ ├── GetCampaignRecipients.php │ ├── GetCampaignStats.php │ ├── GetCategories.php │ ├── GetCategoryDetails.php │ ├── GetChildAccountCreationStatus.php │ ├── GetChildDomain.php │ ├── GetChildDomains.php │ ├── GetChildInfo.php │ ├── GetChildInfoApiKeys.php │ ├── GetChildInfoApiKeysV2.php │ ├── GetChildInfoApiKeysV3.php │ ├── GetChildInfoCredits.php │ ├── GetChildInfoStatistics.php │ ├── GetChildrenList.php │ ├── GetClient.php │ ├── GetContactCampaignStats.php │ ├── GetContactCampaignStatsClicked.php │ ├── GetContactCampaignStatsOpened.php │ ├── GetContactCampaignStatsTransacAttributes.php │ ├── GetContactCampaignStatsUnsubscriptions.php │ ├── GetContactDetails.php │ ├── GetContacts.php │ ├── GetDeviceBrowserStats.php │ ├── GetEmailCampaign.php │ ├── GetEmailCampaigns.php │ ├── GetEmailEventReport.php │ ├── GetEmailEventReportEvents.php │ ├── GetExtendedCampaignOverview.php │ ├── GetExtendedCampaignOverviewSender.php │ ├── GetExtendedCampaignStats.php │ ├── GetExtendedCampaignStatsGlobalStats.php │ ├── GetExtendedClient.php │ ├── GetExtendedClientAddress.php │ ├── GetExtendedContactDetails.php │ ├── GetExtendedContactDetailsStatistics.php │ ├── GetExtendedContactDetailsStatisticsClicked.php │ ├── GetExtendedContactDetailsStatisticsDelivered.php │ ├── GetExtendedContactDetailsStatisticsLinks.php │ ├── GetExtendedContactDetailsStatisticsMessagesSent.php │ ├── GetExtendedContactDetailsStatisticsOpened.php │ ├── GetExtendedContactDetailsStatisticsUnsubscriptions.php │ ├── GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.php │ ├── GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.php │ ├── GetExtendedList.php │ ├── GetExtendedListCampaignStats.php │ ├── GetFolder.php │ ├── GetFolderLists.php │ ├── GetFolders.php │ ├── GetInboundEmailEvents.php │ ├── GetInboundEmailEventsByUuid.php │ ├── GetInboundEmailEventsByUuidAttachments.php │ ├── GetInboundEmailEventsByUuidLogs.php │ ├── GetInboundEmailEventsEvents.php │ ├── GetIp.php │ ├── GetIpFromSender.php │ ├── GetIps.php │ ├── GetIpsFromSender.php │ ├── GetList.php │ ├── GetLists.php │ ├── GetProcess.php │ ├── GetProcesses.php │ ├── GetProductDetails.php │ ├── GetProducts.php │ ├── GetReports.php │ ├── GetReportsReports.php │ ├── GetScheduledEmailByBatchId.php │ ├── GetScheduledEmailByBatchIdBatches.php │ ├── GetScheduledEmailByMessageId.php │ ├── GetSendersList.php │ ├── GetSendersListIps.php │ ├── GetSendersListSenders.php │ ├── GetSharedTemplateUrl.php │ ├── GetSmsCampaign.php │ ├── GetSmsCampaignOverview.php │ ├── GetSmsCampaignRecipients.php │ ├── GetSmsCampaignStats.php │ ├── GetSmsCampaigns.php │ ├── GetSmsEventReport.php │ ├── GetSmsEventReportEvents.php │ ├── GetSmtpTemplateOverview.php │ ├── GetSmtpTemplateOverviewSender.php │ ├── GetSmtpTemplates.php │ ├── GetSsoToken.php │ ├── GetStatsByBrowser.php │ ├── GetStatsByDevice.php │ ├── GetStatsByDomain.php │ ├── GetTransacAggregatedSmsReport.php │ ├── GetTransacBlockedContacts.php │ ├── GetTransacBlockedContactsContacts.php │ ├── GetTransacBlockedContactsReason.php │ ├── GetTransacEmailContent.php │ ├── GetTransacEmailContentEvents.php │ ├── GetTransacEmailsList.php │ ├── GetTransacEmailsListTransactionalEmails.php │ ├── GetTransacSmsReport.php │ ├── GetTransacSmsReportReports.php │ ├── GetWebhook.php │ ├── GetWebhooks.php │ ├── GetWhatsappCampaignOverview.php │ ├── GetWhatsappEventReport.php │ ├── GetWhatsappEventReportEvents.php │ ├── InlineResponse200.php │ ├── InlineResponse201.php │ ├── InlineResponse2011.php │ ├── InlineResponse2012.php │ ├── ManageIp.php │ ├── MasterDetailsResponse.php │ ├── MasterDetailsResponseBillingInfo.php │ ├── MasterDetailsResponseBillingInfoAddress.php │ ├── MasterDetailsResponseBillingInfoName.php │ ├── MasterDetailsResponsePlanInfo.php │ ├── MasterDetailsResponsePlanInfoFeatures.php │ ├── ModelInterface.php │ ├── Note.php │ ├── NoteData.php │ ├── NoteId.php │ ├── NoteList.php │ ├── Order.php │ ├── OrderBatch.php │ ├── OrderBilling.php │ ├── OrderProducts.php │ ├── Pipeline.php │ ├── PipelineStage.php │ ├── PostContactInfo.php │ ├── PostContactInfoContacts.php │ ├── PostSendFailed.php │ ├── PostSendSmsTestFailed.php │ ├── RemainingCreditModel.php │ ├── RemainingCreditModelChild.php │ ├── RemainingCreditModelReseller.php │ ├── RemoveContactFromList.php │ ├── RemoveCredits.php │ ├── RequestContactExport.php │ ├── RequestContactExportCustomContactFilter.php │ ├── RequestContactImport.php │ ├── RequestContactImportNewList.php │ ├── RequestSmsRecipientExport.php │ ├── ScheduleSmtpEmail.php │ ├── SendReport.php │ ├── SendReportEmail.php │ ├── SendSms.php │ ├── SendSmtpEmail.php │ ├── SendSmtpEmailAttachment.php │ ├── SendSmtpEmailBcc.php │ ├── SendSmtpEmailCc.php │ ├── SendSmtpEmailMessageVersions.php │ ├── SendSmtpEmailReplyTo.php │ ├── SendSmtpEmailReplyTo1.php │ ├── SendSmtpEmailSender.php │ ├── SendSmtpEmailTo.php │ ├── SendSmtpEmailTo1.php │ ├── SendTestEmail.php │ ├── SendTestSms.php │ ├── SendTransacSms.php │ ├── SendWhatsappMessage.php │ ├── SsoTokenRequest.php │ ├── SubAccountDetailsResponse.php │ ├── SubAccountDetailsResponsePlanInfo.php │ ├── SubAccountDetailsResponsePlanInfoCredits.php │ ├── SubAccountDetailsResponsePlanInfoCreditsEmails.php │ ├── SubAccountDetailsResponsePlanInfoFeatures.php │ ├── SubAccountDetailsResponsePlanInfoFeaturesInbox.php │ ├── SubAccountDetailsResponsePlanInfoFeaturesLandingPage.php │ ├── SubAccountDetailsResponsePlanInfoFeaturesUsers.php │ ├── SubAccountUpdatePlanRequest.php │ ├── SubAccountUpdatePlanRequestCredits.php │ ├── SubAccountUpdatePlanRequestFeatures.php │ ├── SubAccountsResponse.php │ ├── SubAccountsResponseSubAccounts.php │ ├── Task.php │ ├── TaskList.php │ ├── TaskReminder.php │ ├── TaskTypes.php │ ├── UpdateAttribute.php │ ├── UpdateAttributeEnumeration.php │ ├── UpdateBatchContacts.php │ ├── UpdateBatchContactsContacts.php │ ├── UpdateBatchContactsModel.php │ ├── UpdateCampaignStatus.php │ ├── UpdateChild.php │ ├── UpdateChildAccountStatus.php │ ├── UpdateChildDomain.php │ ├── UpdateContact.php │ ├── UpdateEmailCampaign.php │ ├── UpdateEmailCampaignRecipients.php │ ├── UpdateEmailCampaignSender.php │ ├── UpdateList.php │ ├── UpdateSender.php │ ├── UpdateSmsCampaign.php │ ├── UpdateSmtpTemplate.php │ ├── UpdateSmtpTemplateSender.php │ ├── UpdateWebhook.php │ ├── UploadImageModel.php │ ├── UploadImageToGallery.php │ ├── VariablesItems.php │ ├── WhatsappCampStats.php │ └── WhatsappCampTemplate.php └── ObjectSerializer.php ├── phpunit.xml.dist └── test ├── Api ├── AccountApiTest.php ├── AttributesApiTest.php ├── CRMApiTest.php ├── CompaniesApiTest.php ├── ContactsApiTest.php ├── ConversationsApiTest.php ├── DealsApiTest.php ├── EcommerceApiTest.php ├── EmailCampaignsApiTest.php ├── FilesApiTest.php ├── FoldersApiTest.php ├── InboundParsingApiTest.php ├── ListsApiTest.php ├── MasterAccountApiTest.php ├── NotesApiTest.php ├── ProcessApiTest.php ├── ResellerApiTest.php ├── SMSCampaignsApiTest.php ├── SendersApiTest.php ├── TasksApiTest.php ├── TransactionalEmailsApiTest.php ├── TransactionalSMSApiTest.php ├── TransactionalWhatsAppApiTest.php ├── WebhooksApiTest.php └── WhatsappCampaignsApiTest.php └── Model ├── AbTestCampaignResultClickedLinksTest.php ├── AbTestCampaignResultStatisticsTest.php ├── AbTestCampaignResultTest.php ├── AbTestVersionClicksInnerTest.php ├── AbTestVersionClicksTest.php ├── AbTestVersionStatsTest.php ├── AddChildDomainTest.php ├── AddContactToListTest.php ├── AddCreditsTest.php ├── BlockDomainTest.php ├── Body10Test.php ├── Body11Test.php ├── Body12Test.php ├── Body1Test.php ├── Body2Test.php ├── Body3Test.php ├── Body4test.php ├── Body5Test.php ├── Body6Test.php ├── Body7Test.php ├── Body8Test.php ├── Body9Test.php ├── BodyTest.php ├── BodyVariablesItemsTest.php ├── CompaniesListTest.php ├── CompanyAttributesInnerTest.php ├── CompanyAttributesTest.php ├── CompanyTest.php ├── ComponentItemsTest.php ├── ContactTest.php ├── ConversationsMessageFIleImageInfoTest.php ├── ConversationsMessageFileTest.php ├── ConversationsMessageTest.php ├── CreateApiKeyRequestTest.php ├── CreateApiKeyResponseTest.php ├── CreateAttributeEnumerationTest.php ├── CreateAttributeTest.php ├── CreateCategoryModelTest.php ├── CreateChildTest.php ├── CreateContactTest.php ├── CreateDoiContactTest.php ├── CreateEmailCampaignRecipientsTest.php ├── CreateEmailCampaignSenderTest.php ├── CreateEmailCampaignTest.php ├── CreateListTest.php ├── CreateModelTest.php ├── CreateProductModelTest.php ├── CreateResellerTest.php ├── CreateSenderIpsTest.php ├── CreateSenderModelTest.php ├── CreateSenderTest.php ├── CreateSmsCampaignRecipientsTest.php ├── CreateSmsCampaignTest.php ├── CreateSmtpEmailTest.php ├── CreateSmtpTemplateSenderTest.php ├── CreateSmtpTemplateTest.php ├── CreateSubAccountResponseTest.php ├── CreateSubAccountTest.php ├── CreateUpdateBatchCategoryModelTest.php ├── CreateUpdateBatchCategoryTest.php ├── CreateUpdateBatchProductsModelTest.php ├── CreateUpdateBatchProductsTest.php ├── CreateUpdateCategoriesTest.php ├── CreateUpdateCategoryTest.php ├── CreateUpdateContactModelTest.php ├── CreateUpdateFolderTest.php ├── CreateUpdateProductsTest.php ├── CreateUpdateproductTest.php ├── CreateWebhookTest.php ├── CreatedBatchIdTest.php ├── CreatedProcessIdTest.php ├── DealAttributesInnerTest.php ├── DealAttributesTest.php ├── DealTest.php ├── DealsListTest.php ├── DeleteHardbouncesTest.php ├── EmailExportRecipientsTest.php ├── ErrorModelTest.php ├── FIleListTest.php ├── FileDataTest.php ├── FileDownloadableLinkTest.php ├── GetAccountMarketingAutomationTest.php ├── GetAccountPlanTest.php ├── GetAccountRelayDataTest.php ├── GetAccountRelayTest.php ├── GetAccountTest.php ├── GetAggregatedReportTest.php ├── GetAttributesAttributesTest.php ├── GetAttributesEnumerationTest.php ├── GetAttributesTest.php ├── GetBlockedDomainsTest.php ├── GetCampaignOverviewTest.php ├── GetCampaignRecipientsTest.php ├── GetCampaignStatsTest.php ├── GetCategoriesTest.php ├── GetCategoryDetailsTest.php ├── GetChildAccountCreationStatusTest.php ├── GetChildDomainTest.php ├── GetChildDomainsTest.php ├── GetChildInfoApiKeysTest.php ├── GetChildInfoApiKeysV2Test.php ├── GetChildInfoApiKeysV3Test.php ├── GetChildInfoCreditsTest.php ├── GetChildInfoStatisticsTest.php ├── GetChildInfoTest.php ├── GetChildrenListTest.php ├── GetClientTest.php ├── GetContactCampaignStatsClickedTest.php ├── GetContactCampaignStatsOpenedTest.php ├── GetContactCampaignStatsTest.php ├── GetContactCampaignStatsTransacAttributesTest.php ├── GetContactCampaignStatsUnsubscriptionsTest.php ├── GetContactDetailsTest.php ├── GetContactsTest.php ├── GetDeviceBrowserStatsTest.php ├── GetEmailCampaignTest.php ├── GetEmailCampaignsTest.php ├── GetEmailEventReportEventsTest.php ├── GetEmailEventReportTest.php ├── GetExtendedCampaignOverviewSenderTest.php ├── GetExtendedCampaignOverviewTest.php ├── GetExtendedCampaignStatsGlobalStatsTest.php ├── GetExtendedCampaignStatsTest.php ├── GetExtendedClientAddressTest.php ├── GetExtendedClientTest.php ├── GetExtendedContactDetailsStatisticsClickedTest.php ├── GetExtendedContactDetailsStatisticsDeliveredTest.php ├── GetExtendedContactDetailsStatisticsLinksTest.php ├── GetExtendedContactDetailsStatisticsMessagesSentTest.php ├── GetExtendedContactDetailsStatisticsOpenedTest.php ├── GetExtendedContactDetailsStatisticsTest.php ├── GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscriptionTest.php ├── GetExtendedContactDetailsStatisticsUnsubscriptionsTest.php ├── GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscriptionTest.php ├── GetExtendedContactDetailsTest.php ├── GetExtendedListCampaignStatsTest.php ├── GetExtendedListTest.php ├── GetFolderListsTest.php ├── GetFolderTest.php ├── GetFoldersTest.php ├── GetInboundEmailEventsByUuidAttachmentsTest.php ├── GetInboundEmailEventsByUuidLogsTest.php ├── GetInboundEmailEventsByUuidTest.php ├── GetInboundEmailEventsEventsTest.php ├── GetInboundEmailEventsTest.php ├── GetIpFromSenderTest.php ├── GetIpTest.php ├── GetIpsFromSenderTest.php ├── GetIpsTest.php ├── GetListTest.php ├── GetListsTest.php ├── GetProcessTest.php ├── GetProcessesTest.php ├── GetProductDetailsTest.php ├── GetProductsTest.php ├── GetReportsReportsTest.php ├── GetReportsTest.php ├── GetScheduledEmailByBatchIdBatchesTest.php ├── GetScheduledEmailByBatchIdTest.php ├── GetScheduledEmailByMessageIdTest.php ├── GetSendersListIpsTest.php ├── GetSendersListSendersTest.php ├── GetSendersListTest.php ├── GetSharedTemplateUrlTest.php ├── GetSmsCampaignOverviewTest.php ├── GetSmsCampaignRecipientsTest.php ├── GetSmsCampaignStatsTest.php ├── GetSmsCampaignTest.php ├── GetSmsCampaignsTest.php ├── GetSmsEventReportEventsTest.php ├── GetSmsEventReportTest.php ├── GetSmtpTemplateOverviewSenderTest.php ├── GetSmtpTemplateOverviewTest.php ├── GetSmtpTemplatesTest.php ├── GetSsoTokenTest.php ├── GetStatsByBrowserTest.php ├── GetStatsByDeviceTest.php ├── GetStatsByDomainTest.php ├── GetTransacAggregatedSmsReportTest.php ├── GetTransacBlockedContactsContactsTest.php ├── GetTransacBlockedContactsReasonTest.php ├── GetTransacBlockedContactsTest.php ├── GetTransacEmailContentEventsTest.php ├── GetTransacEmailContentTest.php ├── GetTransacEmailsListTest.php ├── GetTransacEmailsListTransactionalEmailsTest.php ├── GetTransacSmsReportReportsTest.php ├── GetTransacSmsReportTest.php ├── GetWebhookTest.php ├── GetWebhooksTest.php ├── GetWhatsappCampaignOverviewTest.php ├── GetWhatsappEventReportEventsTest.php ├── GetWhatsappEventReportTest.php ├── InlineResponse200Test.php ├── InlineResponse2011Test.php ├── InlineResponse2012Test.php ├── InlineResponse201Test.php ├── ManageIpTest.php ├── MasterDetailsResponseBillingInfoAddressTest.php ├── MasterDetailsResponseBillingInfoNameTest.php ├── MasterDetailsResponseBillingInfoTest.php ├── MasterDetailsResponsePlanInfoFeaturesTest.php ├── MasterDetailsResponsePlanInfoTest.php ├── MasterDetailsResponseTest.php ├── NoteDataTest.php ├── NoteIdTest.php ├── NoteListTest.php ├── NoteTest.php ├── OrderBatchTest.php ├── OrderBillingTest.php ├── OrderProductsTest.php ├── OrderTest.php ├── PipelineStageTest.php ├── PipelineTest.php ├── PostContactInfoContactsTest.php ├── PostContactInfoTest.php ├── PostSendFailedTest.php ├── PostSendSmsTestFailedTest.php ├── RemainingCreditModelChildTest.php ├── RemainingCreditModelResellerTest.php ├── RemainingCreditModelTest.php ├── RemoveContactFromListTest.php ├── RemoveCreditsTest.php ├── RequestContactExportCustomContactFilterTest.php ├── RequestContactExportTest.php ├── RequestContactImportNewListTest.php ├── RequestContactImportTest.php ├── RequestSmsRecipientExportTest.php ├── ScheduleSmtpEmailTest.php ├── SendReportEmailTest.php ├── SendReportTest.php ├── SendSmsTest.php ├── SendSmtpEmailAttachmentTest.php ├── SendSmtpEmailBccTest.php ├── SendSmtpEmailCcTest.php ├── SendSmtpEmailMessageVersionsTest.php ├── SendSmtpEmailReplyTo1Test.php ├── SendSmtpEmailReplyToTest.php ├── SendSmtpEmailSenderTest.php ├── SendSmtpEmailTest.php ├── SendSmtpEmailTo1Test.php ├── SendSmtpEmailToTest.php ├── SendTestEmailTest.php ├── SendTestSmsTest.php ├── SendTransacSmsTest.php ├── SendWhatsappMessageTest.php ├── SsoTokenRequestTest.php ├── SubAccountDetailsResponsePlanInfoCreditsEmailsTest.php ├── SubAccountDetailsResponsePlanInfoCreditsTest.php ├── SubAccountDetailsResponsePlanInfoFeaturesInboxTest.php ├── SubAccountDetailsResponsePlanInfoFeaturesLandingPageTest.php ├── SubAccountDetailsResponsePlanInfoFeaturesTest.php ├── SubAccountDetailsResponsePlanInfoFeaturesUsersTest.php ├── SubAccountDetailsResponsePlanInfoTest.php ├── SubAccountDetailsResponseTest.php ├── SubAccountUpdatePlanRequestCreditsTest.php ├── SubAccountUpdatePlanRequestFeaturesTest.php ├── SubAccountUpdatePlanRequestTest.php ├── SubAccountsResponseSubAccountsTest.php ├── SubAccountsResponseTest.php ├── TaskListTest.php ├── TaskReminderTest.php ├── TaskTest.php ├── TaskTypesTest.php ├── UpdateAttributeEnumerationTest.php ├── UpdateAttributeTest.php ├── UpdateBatchContactsContactsTest.php ├── UpdateBatchContactsModelTest.php ├── UpdateBatchContactsTest.php ├── UpdateCampaignStatusTest.php ├── UpdateChildAccountStatusTest.php ├── UpdateChildDomainTest.php ├── UpdateChildTest.php ├── UpdateContactTest.php ├── UpdateEmailCampaignRecipientsTest.php ├── UpdateEmailCampaignSenderTest.php ├── UpdateEmailCampaignTest.php ├── UpdateListTest.php ├── UpdateSenderTest.php ├── UpdateSmsCampaignTest.php ├── UpdateSmtpTemplateSenderTest.php ├── UpdateSmtpTemplateTest.php ├── UpdateWebhookTest.php ├── UploadImageModelTest.php ├── UploadImageToGalleryTest.php ├── VariablesItemsTest.php ├── WhatsappCampStatsTest.php └── WhatsappCampTemplateTest.php /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | vendor -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/composer.lock -------------------------------------------------------------------------------- /docs/Api/AccountApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/AccountApi.md -------------------------------------------------------------------------------- /docs/Api/AttributesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/AttributesApi.md -------------------------------------------------------------------------------- /docs/Api/CRMApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/CRMApi.md -------------------------------------------------------------------------------- /docs/Api/CompaniesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/CompaniesApi.md -------------------------------------------------------------------------------- /docs/Api/ContactsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/ContactsApi.md -------------------------------------------------------------------------------- /docs/Api/ConversationsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/ConversationsApi.md -------------------------------------------------------------------------------- /docs/Api/DealsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/DealsApi.md -------------------------------------------------------------------------------- /docs/Api/EcommerceApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/EcommerceApi.md -------------------------------------------------------------------------------- /docs/Api/EmailCampaignsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/EmailCampaignsApi.md -------------------------------------------------------------------------------- /docs/Api/FilesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/FilesApi.md -------------------------------------------------------------------------------- /docs/Api/FoldersApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/FoldersApi.md -------------------------------------------------------------------------------- /docs/Api/InboundParsingApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/InboundParsingApi.md -------------------------------------------------------------------------------- /docs/Api/ListsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/ListsApi.md -------------------------------------------------------------------------------- /docs/Api/MasterAccountApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/MasterAccountApi.md -------------------------------------------------------------------------------- /docs/Api/NotesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/NotesApi.md -------------------------------------------------------------------------------- /docs/Api/ProcessApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/ProcessApi.md -------------------------------------------------------------------------------- /docs/Api/ResellerApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/ResellerApi.md -------------------------------------------------------------------------------- /docs/Api/SMSCampaignsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/SMSCampaignsApi.md -------------------------------------------------------------------------------- /docs/Api/SendersApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/SendersApi.md -------------------------------------------------------------------------------- /docs/Api/TasksApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/TasksApi.md -------------------------------------------------------------------------------- /docs/Api/TransactionalEmailsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/TransactionalEmailsApi.md -------------------------------------------------------------------------------- /docs/Api/TransactionalSMSApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/TransactionalSMSApi.md -------------------------------------------------------------------------------- /docs/Api/TransactionalWhatsAppApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/TransactionalWhatsAppApi.md -------------------------------------------------------------------------------- /docs/Api/WebhooksApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/WebhooksApi.md -------------------------------------------------------------------------------- /docs/Api/WhatsappCampaignsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Api/WhatsappCampaignsApi.md -------------------------------------------------------------------------------- /docs/Model/AbTestCampaignResult.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/AbTestCampaignResult.md -------------------------------------------------------------------------------- /docs/Model/AbTestCampaignResultClickedLinks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/AbTestCampaignResultClickedLinks.md -------------------------------------------------------------------------------- /docs/Model/AbTestCampaignResultStatistics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/AbTestCampaignResultStatistics.md -------------------------------------------------------------------------------- /docs/Model/AbTestVersionClicks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/AbTestVersionClicks.md -------------------------------------------------------------------------------- /docs/Model/AbTestVersionClicksInner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/AbTestVersionClicksInner.md -------------------------------------------------------------------------------- /docs/Model/AbTestVersionStats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/AbTestVersionStats.md -------------------------------------------------------------------------------- /docs/Model/AddChildDomain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/AddChildDomain.md -------------------------------------------------------------------------------- /docs/Model/AddContactToList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/AddContactToList.md -------------------------------------------------------------------------------- /docs/Model/AddCredits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/AddCredits.md -------------------------------------------------------------------------------- /docs/Model/BlockDomain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/BlockDomain.md -------------------------------------------------------------------------------- /docs/Model/Body.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Body.md -------------------------------------------------------------------------------- /docs/Model/Body1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Body1.md -------------------------------------------------------------------------------- /docs/Model/Body10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Body10.md -------------------------------------------------------------------------------- /docs/Model/Body11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Body11.md -------------------------------------------------------------------------------- /docs/Model/Body12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Body12.md -------------------------------------------------------------------------------- /docs/Model/Body2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Body2.md -------------------------------------------------------------------------------- /docs/Model/Body3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Body3.md -------------------------------------------------------------------------------- /docs/Model/Body4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Body4.md -------------------------------------------------------------------------------- /docs/Model/Body5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Body5.md -------------------------------------------------------------------------------- /docs/Model/Body6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Body6.md -------------------------------------------------------------------------------- /docs/Model/Body7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Body7.md -------------------------------------------------------------------------------- /docs/Model/Body8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Body8.md -------------------------------------------------------------------------------- /docs/Model/Body9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Body9.md -------------------------------------------------------------------------------- /docs/Model/BodyVariablesItems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/BodyVariablesItems.md -------------------------------------------------------------------------------- /docs/Model/CompaniesList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CompaniesList.md -------------------------------------------------------------------------------- /docs/Model/Company.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Company.md -------------------------------------------------------------------------------- /docs/Model/CompanyAttributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CompanyAttributes.md -------------------------------------------------------------------------------- /docs/Model/CompanyAttributesInner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CompanyAttributesInner.md -------------------------------------------------------------------------------- /docs/Model/ComponentItems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/ComponentItems.md -------------------------------------------------------------------------------- /docs/Model/Contact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Contact.md -------------------------------------------------------------------------------- /docs/Model/ConversationsMessageFile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/ConversationsMessageFile.md -------------------------------------------------------------------------------- /docs/Model/Conversationsmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Conversationsmessage.md -------------------------------------------------------------------------------- /docs/Model/ConversationsmessageFileImageInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/ConversationsmessageFileImageInfo.md -------------------------------------------------------------------------------- /docs/Model/CreateApiKeyRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateApiKeyRequest.md -------------------------------------------------------------------------------- /docs/Model/CreateApiKeyResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateApiKeyResponse.md -------------------------------------------------------------------------------- /docs/Model/CreateAttribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateAttribute.md -------------------------------------------------------------------------------- /docs/Model/CreateAttributeEnumeration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateAttributeEnumeration.md -------------------------------------------------------------------------------- /docs/Model/CreateCategoryModel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateCategoryModel.md -------------------------------------------------------------------------------- /docs/Model/CreateChild.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateChild.md -------------------------------------------------------------------------------- /docs/Model/CreateContact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateContact.md -------------------------------------------------------------------------------- /docs/Model/CreateDoiContact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateDoiContact.md -------------------------------------------------------------------------------- /docs/Model/CreateEmailCampaign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateEmailCampaign.md -------------------------------------------------------------------------------- /docs/Model/CreateEmailCampaignRecipients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateEmailCampaignRecipients.md -------------------------------------------------------------------------------- /docs/Model/CreateEmailCampaignSender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateEmailCampaignSender.md -------------------------------------------------------------------------------- /docs/Model/CreateList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateList.md -------------------------------------------------------------------------------- /docs/Model/CreateModel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateModel.md -------------------------------------------------------------------------------- /docs/Model/CreateProductModel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateProductModel.md -------------------------------------------------------------------------------- /docs/Model/CreateReseller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateReseller.md -------------------------------------------------------------------------------- /docs/Model/CreateSender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateSender.md -------------------------------------------------------------------------------- /docs/Model/CreateSenderIps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateSenderIps.md -------------------------------------------------------------------------------- /docs/Model/CreateSenderModel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateSenderModel.md -------------------------------------------------------------------------------- /docs/Model/CreateSmsCampaign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateSmsCampaign.md -------------------------------------------------------------------------------- /docs/Model/CreateSmsCampaignRecipients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateSmsCampaignRecipients.md -------------------------------------------------------------------------------- /docs/Model/CreateSmtpEmail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateSmtpEmail.md -------------------------------------------------------------------------------- /docs/Model/CreateSmtpTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateSmtpTemplate.md -------------------------------------------------------------------------------- /docs/Model/CreateSmtpTemplateSender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateSmtpTemplateSender.md -------------------------------------------------------------------------------- /docs/Model/CreateSubAccount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateSubAccount.md -------------------------------------------------------------------------------- /docs/Model/CreateSubAccountResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateSubAccountResponse.md -------------------------------------------------------------------------------- /docs/Model/CreateUpdateBatchCategory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateUpdateBatchCategory.md -------------------------------------------------------------------------------- /docs/Model/CreateUpdateBatchCategoryModel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateUpdateBatchCategoryModel.md -------------------------------------------------------------------------------- /docs/Model/CreateUpdateBatchProducts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateUpdateBatchProducts.md -------------------------------------------------------------------------------- /docs/Model/CreateUpdateBatchProductsModel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateUpdateBatchProductsModel.md -------------------------------------------------------------------------------- /docs/Model/CreateUpdateCategories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateUpdateCategories.md -------------------------------------------------------------------------------- /docs/Model/CreateUpdateCategory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateUpdateCategory.md -------------------------------------------------------------------------------- /docs/Model/CreateUpdateContactModel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateUpdateContactModel.md -------------------------------------------------------------------------------- /docs/Model/CreateUpdateFolder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateUpdateFolder.md -------------------------------------------------------------------------------- /docs/Model/CreateUpdateProducts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateUpdateProducts.md -------------------------------------------------------------------------------- /docs/Model/CreateUpdateproduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateUpdateproduct.md -------------------------------------------------------------------------------- /docs/Model/CreateWebhook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreateWebhook.md -------------------------------------------------------------------------------- /docs/Model/CreatedBatchId.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreatedBatchId.md -------------------------------------------------------------------------------- /docs/Model/CreatedProcessId.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/CreatedProcessId.md -------------------------------------------------------------------------------- /docs/Model/Deal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Deal.md -------------------------------------------------------------------------------- /docs/Model/DealAttributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/DealAttributes.md -------------------------------------------------------------------------------- /docs/Model/DealAttributesInner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/DealAttributesInner.md -------------------------------------------------------------------------------- /docs/Model/DealsList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/DealsList.md -------------------------------------------------------------------------------- /docs/Model/DeleteHardbounces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/DeleteHardbounces.md -------------------------------------------------------------------------------- /docs/Model/EmailExportRecipients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/EmailExportRecipients.md -------------------------------------------------------------------------------- /docs/Model/ErrorModel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/ErrorModel.md -------------------------------------------------------------------------------- /docs/Model/FileData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/FileData.md -------------------------------------------------------------------------------- /docs/Model/FileDownloadableLink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/FileDownloadableLink.md -------------------------------------------------------------------------------- /docs/Model/FileList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/FileList.md -------------------------------------------------------------------------------- /docs/Model/GetAccount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetAccount.md -------------------------------------------------------------------------------- /docs/Model/GetAccountMarketingAutomation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetAccountMarketingAutomation.md -------------------------------------------------------------------------------- /docs/Model/GetAccountPlan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetAccountPlan.md -------------------------------------------------------------------------------- /docs/Model/GetAccountRelay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetAccountRelay.md -------------------------------------------------------------------------------- /docs/Model/GetAccountRelayData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetAccountRelayData.md -------------------------------------------------------------------------------- /docs/Model/GetAggregatedReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetAggregatedReport.md -------------------------------------------------------------------------------- /docs/Model/GetAttributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetAttributes.md -------------------------------------------------------------------------------- /docs/Model/GetAttributesAttributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetAttributesAttributes.md -------------------------------------------------------------------------------- /docs/Model/GetAttributesEnumeration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetAttributesEnumeration.md -------------------------------------------------------------------------------- /docs/Model/GetBlockedDomains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetBlockedDomains.md -------------------------------------------------------------------------------- /docs/Model/GetCampaignOverview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetCampaignOverview.md -------------------------------------------------------------------------------- /docs/Model/GetCampaignRecipients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetCampaignRecipients.md -------------------------------------------------------------------------------- /docs/Model/GetCampaignStats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetCampaignStats.md -------------------------------------------------------------------------------- /docs/Model/GetCategories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetCategories.md -------------------------------------------------------------------------------- /docs/Model/GetCategoryDetails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetCategoryDetails.md -------------------------------------------------------------------------------- /docs/Model/GetChildAccountCreationStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetChildAccountCreationStatus.md -------------------------------------------------------------------------------- /docs/Model/GetChildDomain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetChildDomain.md -------------------------------------------------------------------------------- /docs/Model/GetChildDomains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetChildDomains.md -------------------------------------------------------------------------------- /docs/Model/GetChildInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetChildInfo.md -------------------------------------------------------------------------------- /docs/Model/GetChildInfoApiKeys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetChildInfoApiKeys.md -------------------------------------------------------------------------------- /docs/Model/GetChildInfoApiKeysV2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetChildInfoApiKeysV2.md -------------------------------------------------------------------------------- /docs/Model/GetChildInfoApiKeysV3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetChildInfoApiKeysV3.md -------------------------------------------------------------------------------- /docs/Model/GetChildInfoCredits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetChildInfoCredits.md -------------------------------------------------------------------------------- /docs/Model/GetChildInfoStatistics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetChildInfoStatistics.md -------------------------------------------------------------------------------- /docs/Model/GetChildrenList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetChildrenList.md -------------------------------------------------------------------------------- /docs/Model/GetClient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetClient.md -------------------------------------------------------------------------------- /docs/Model/GetContactCampaignStats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetContactCampaignStats.md -------------------------------------------------------------------------------- /docs/Model/GetContactCampaignStatsClicked.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetContactCampaignStatsClicked.md -------------------------------------------------------------------------------- /docs/Model/GetContactCampaignStatsOpened.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetContactCampaignStatsOpened.md -------------------------------------------------------------------------------- /docs/Model/GetContactDetails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetContactDetails.md -------------------------------------------------------------------------------- /docs/Model/GetContacts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetContacts.md -------------------------------------------------------------------------------- /docs/Model/GetDeviceBrowserStats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetDeviceBrowserStats.md -------------------------------------------------------------------------------- /docs/Model/GetEmailCampaign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetEmailCampaign.md -------------------------------------------------------------------------------- /docs/Model/GetEmailCampaigns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetEmailCampaigns.md -------------------------------------------------------------------------------- /docs/Model/GetEmailEventReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetEmailEventReport.md -------------------------------------------------------------------------------- /docs/Model/GetEmailEventReportEvents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetEmailEventReportEvents.md -------------------------------------------------------------------------------- /docs/Model/GetExtendedCampaignOverview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetExtendedCampaignOverview.md -------------------------------------------------------------------------------- /docs/Model/GetExtendedCampaignOverviewSender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetExtendedCampaignOverviewSender.md -------------------------------------------------------------------------------- /docs/Model/GetExtendedCampaignStats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetExtendedCampaignStats.md -------------------------------------------------------------------------------- /docs/Model/GetExtendedClient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetExtendedClient.md -------------------------------------------------------------------------------- /docs/Model/GetExtendedClientAddress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetExtendedClientAddress.md -------------------------------------------------------------------------------- /docs/Model/GetExtendedContactDetails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetExtendedContactDetails.md -------------------------------------------------------------------------------- /docs/Model/GetExtendedList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetExtendedList.md -------------------------------------------------------------------------------- /docs/Model/GetExtendedListCampaignStats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetExtendedListCampaignStats.md -------------------------------------------------------------------------------- /docs/Model/GetFolder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetFolder.md -------------------------------------------------------------------------------- /docs/Model/GetFolderLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetFolderLists.md -------------------------------------------------------------------------------- /docs/Model/GetFolders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetFolders.md -------------------------------------------------------------------------------- /docs/Model/GetInboundEmailEvents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetInboundEmailEvents.md -------------------------------------------------------------------------------- /docs/Model/GetInboundEmailEventsByUuid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetInboundEmailEventsByUuid.md -------------------------------------------------------------------------------- /docs/Model/GetInboundEmailEventsByUuidLogs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetInboundEmailEventsByUuidLogs.md -------------------------------------------------------------------------------- /docs/Model/GetInboundEmailEventsEvents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetInboundEmailEventsEvents.md -------------------------------------------------------------------------------- /docs/Model/GetIp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetIp.md -------------------------------------------------------------------------------- /docs/Model/GetIpFromSender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetIpFromSender.md -------------------------------------------------------------------------------- /docs/Model/GetIps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetIps.md -------------------------------------------------------------------------------- /docs/Model/GetIpsFromSender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetIpsFromSender.md -------------------------------------------------------------------------------- /docs/Model/GetList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetList.md -------------------------------------------------------------------------------- /docs/Model/GetLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetLists.md -------------------------------------------------------------------------------- /docs/Model/GetProcess.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetProcess.md -------------------------------------------------------------------------------- /docs/Model/GetProcesses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetProcesses.md -------------------------------------------------------------------------------- /docs/Model/GetProductDetails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetProductDetails.md -------------------------------------------------------------------------------- /docs/Model/GetProducts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetProducts.md -------------------------------------------------------------------------------- /docs/Model/GetReports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetReports.md -------------------------------------------------------------------------------- /docs/Model/GetReportsReports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetReportsReports.md -------------------------------------------------------------------------------- /docs/Model/GetScheduledEmailByBatchId.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetScheduledEmailByBatchId.md -------------------------------------------------------------------------------- /docs/Model/GetScheduledEmailByBatchIdBatches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetScheduledEmailByBatchIdBatches.md -------------------------------------------------------------------------------- /docs/Model/GetScheduledEmailByMessageId.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetScheduledEmailByMessageId.md -------------------------------------------------------------------------------- /docs/Model/GetSendersList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetSendersList.md -------------------------------------------------------------------------------- /docs/Model/GetSendersListIps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetSendersListIps.md -------------------------------------------------------------------------------- /docs/Model/GetSendersListSenders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetSendersListSenders.md -------------------------------------------------------------------------------- /docs/Model/GetSharedTemplateUrl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetSharedTemplateUrl.md -------------------------------------------------------------------------------- /docs/Model/GetSmsCampaign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetSmsCampaign.md -------------------------------------------------------------------------------- /docs/Model/GetSmsCampaignOverview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetSmsCampaignOverview.md -------------------------------------------------------------------------------- /docs/Model/GetSmsCampaignRecipients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetSmsCampaignRecipients.md -------------------------------------------------------------------------------- /docs/Model/GetSmsCampaignStats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetSmsCampaignStats.md -------------------------------------------------------------------------------- /docs/Model/GetSmsCampaigns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetSmsCampaigns.md -------------------------------------------------------------------------------- /docs/Model/GetSmsEventReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetSmsEventReport.md -------------------------------------------------------------------------------- /docs/Model/GetSmsEventReportEvents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetSmsEventReportEvents.md -------------------------------------------------------------------------------- /docs/Model/GetSmtpTemplateOverview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetSmtpTemplateOverview.md -------------------------------------------------------------------------------- /docs/Model/GetSmtpTemplateOverviewSender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetSmtpTemplateOverviewSender.md -------------------------------------------------------------------------------- /docs/Model/GetSmtpTemplates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetSmtpTemplates.md -------------------------------------------------------------------------------- /docs/Model/GetSsoToken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetSsoToken.md -------------------------------------------------------------------------------- /docs/Model/GetStatsByBrowser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetStatsByBrowser.md -------------------------------------------------------------------------------- /docs/Model/GetStatsByDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetStatsByDevice.md -------------------------------------------------------------------------------- /docs/Model/GetStatsByDomain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetStatsByDomain.md -------------------------------------------------------------------------------- /docs/Model/GetTransacAggregatedSmsReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetTransacAggregatedSmsReport.md -------------------------------------------------------------------------------- /docs/Model/GetTransacBlockedContacts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetTransacBlockedContacts.md -------------------------------------------------------------------------------- /docs/Model/GetTransacBlockedContactsContacts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetTransacBlockedContactsContacts.md -------------------------------------------------------------------------------- /docs/Model/GetTransacBlockedContactsReason.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetTransacBlockedContactsReason.md -------------------------------------------------------------------------------- /docs/Model/GetTransacEmailContent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetTransacEmailContent.md -------------------------------------------------------------------------------- /docs/Model/GetTransacEmailContentEvents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetTransacEmailContentEvents.md -------------------------------------------------------------------------------- /docs/Model/GetTransacEmailsList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetTransacEmailsList.md -------------------------------------------------------------------------------- /docs/Model/GetTransacSmsReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetTransacSmsReport.md -------------------------------------------------------------------------------- /docs/Model/GetTransacSmsReportReports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetTransacSmsReportReports.md -------------------------------------------------------------------------------- /docs/Model/GetWebhook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetWebhook.md -------------------------------------------------------------------------------- /docs/Model/GetWebhooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetWebhooks.md -------------------------------------------------------------------------------- /docs/Model/GetWhatsappCampaignOverview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetWhatsappCampaignOverview.md -------------------------------------------------------------------------------- /docs/Model/GetWhatsappEventReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetWhatsappEventReport.md -------------------------------------------------------------------------------- /docs/Model/GetWhatsappEventReportEvents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/GetWhatsappEventReportEvents.md -------------------------------------------------------------------------------- /docs/Model/InlineResponse200.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/InlineResponse200.md -------------------------------------------------------------------------------- /docs/Model/InlineResponse201.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/InlineResponse201.md -------------------------------------------------------------------------------- /docs/Model/InlineResponse2011.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/InlineResponse2011.md -------------------------------------------------------------------------------- /docs/Model/InlineResponse2012.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/InlineResponse2012.md -------------------------------------------------------------------------------- /docs/Model/ManageIp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/ManageIp.md -------------------------------------------------------------------------------- /docs/Model/MasterDetailsResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/MasterDetailsResponse.md -------------------------------------------------------------------------------- /docs/Model/MasterDetailsResponseBillingInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/MasterDetailsResponseBillingInfo.md -------------------------------------------------------------------------------- /docs/Model/MasterDetailsResponsePlanInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/MasterDetailsResponsePlanInfo.md -------------------------------------------------------------------------------- /docs/Model/Note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Note.md -------------------------------------------------------------------------------- /docs/Model/NoteData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/NoteData.md -------------------------------------------------------------------------------- /docs/Model/NoteId.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/NoteId.md -------------------------------------------------------------------------------- /docs/Model/NoteList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/NoteList.md -------------------------------------------------------------------------------- /docs/Model/Order.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Order.md -------------------------------------------------------------------------------- /docs/Model/OrderBatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/OrderBatch.md -------------------------------------------------------------------------------- /docs/Model/OrderBilling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/OrderBilling.md -------------------------------------------------------------------------------- /docs/Model/OrderProducts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/OrderProducts.md -------------------------------------------------------------------------------- /docs/Model/Pipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Pipeline.md -------------------------------------------------------------------------------- /docs/Model/PipelineStage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/PipelineStage.md -------------------------------------------------------------------------------- /docs/Model/PostContactInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/PostContactInfo.md -------------------------------------------------------------------------------- /docs/Model/PostContactInfoContacts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/PostContactInfoContacts.md -------------------------------------------------------------------------------- /docs/Model/PostSendFailed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/PostSendFailed.md -------------------------------------------------------------------------------- /docs/Model/PostSendSmsTestFailed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/PostSendSmsTestFailed.md -------------------------------------------------------------------------------- /docs/Model/RemainingCreditModel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/RemainingCreditModel.md -------------------------------------------------------------------------------- /docs/Model/RemainingCreditModelChild.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/RemainingCreditModelChild.md -------------------------------------------------------------------------------- /docs/Model/RemainingCreditModelReseller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/RemainingCreditModelReseller.md -------------------------------------------------------------------------------- /docs/Model/RemoveContactFromList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/RemoveContactFromList.md -------------------------------------------------------------------------------- /docs/Model/RemoveCredits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/RemoveCredits.md -------------------------------------------------------------------------------- /docs/Model/RequestContactExport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/RequestContactExport.md -------------------------------------------------------------------------------- /docs/Model/RequestContactImport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/RequestContactImport.md -------------------------------------------------------------------------------- /docs/Model/RequestContactImportNewList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/RequestContactImportNewList.md -------------------------------------------------------------------------------- /docs/Model/RequestSmsRecipientExport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/RequestSmsRecipientExport.md -------------------------------------------------------------------------------- /docs/Model/ScheduleSmtpEmail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/ScheduleSmtpEmail.md -------------------------------------------------------------------------------- /docs/Model/SendReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendReport.md -------------------------------------------------------------------------------- /docs/Model/SendReportEmail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendReportEmail.md -------------------------------------------------------------------------------- /docs/Model/SendSms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendSms.md -------------------------------------------------------------------------------- /docs/Model/SendSmtpEmail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendSmtpEmail.md -------------------------------------------------------------------------------- /docs/Model/SendSmtpEmailAttachment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendSmtpEmailAttachment.md -------------------------------------------------------------------------------- /docs/Model/SendSmtpEmailBcc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendSmtpEmailBcc.md -------------------------------------------------------------------------------- /docs/Model/SendSmtpEmailCc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendSmtpEmailCc.md -------------------------------------------------------------------------------- /docs/Model/SendSmtpEmailMessageVersions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendSmtpEmailMessageVersions.md -------------------------------------------------------------------------------- /docs/Model/SendSmtpEmailReplyTo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendSmtpEmailReplyTo.md -------------------------------------------------------------------------------- /docs/Model/SendSmtpEmailReplyTo1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendSmtpEmailReplyTo1.md -------------------------------------------------------------------------------- /docs/Model/SendSmtpEmailSender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendSmtpEmailSender.md -------------------------------------------------------------------------------- /docs/Model/SendSmtpEmailTo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendSmtpEmailTo.md -------------------------------------------------------------------------------- /docs/Model/SendSmtpEmailTo1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendSmtpEmailTo1.md -------------------------------------------------------------------------------- /docs/Model/SendTestEmail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendTestEmail.md -------------------------------------------------------------------------------- /docs/Model/SendTestSms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendTestSms.md -------------------------------------------------------------------------------- /docs/Model/SendTransacSms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendTransacSms.md -------------------------------------------------------------------------------- /docs/Model/SendWhatsappMessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SendWhatsappMessage.md -------------------------------------------------------------------------------- /docs/Model/SsoTokenRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SsoTokenRequest.md -------------------------------------------------------------------------------- /docs/Model/SubAccountDetailsResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SubAccountDetailsResponse.md -------------------------------------------------------------------------------- /docs/Model/SubAccountDetailsResponsePlanInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SubAccountDetailsResponsePlanInfo.md -------------------------------------------------------------------------------- /docs/Model/SubAccountUpdatePlanRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SubAccountUpdatePlanRequest.md -------------------------------------------------------------------------------- /docs/Model/SubAccountsResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SubAccountsResponse.md -------------------------------------------------------------------------------- /docs/Model/SubAccountsResponseSubAccounts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/SubAccountsResponseSubAccounts.md -------------------------------------------------------------------------------- /docs/Model/Task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/Task.md -------------------------------------------------------------------------------- /docs/Model/TaskList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/TaskList.md -------------------------------------------------------------------------------- /docs/Model/TaskReminder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/TaskReminder.md -------------------------------------------------------------------------------- /docs/Model/TaskTypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/TaskTypes.md -------------------------------------------------------------------------------- /docs/Model/UpdateAttribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateAttribute.md -------------------------------------------------------------------------------- /docs/Model/UpdateAttributeEnumeration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateAttributeEnumeration.md -------------------------------------------------------------------------------- /docs/Model/UpdateBatchContacts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateBatchContacts.md -------------------------------------------------------------------------------- /docs/Model/UpdateBatchContactsContacts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateBatchContactsContacts.md -------------------------------------------------------------------------------- /docs/Model/UpdateBatchContactsModel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateBatchContactsModel.md -------------------------------------------------------------------------------- /docs/Model/UpdateCampaignStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateCampaignStatus.md -------------------------------------------------------------------------------- /docs/Model/UpdateChild.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateChild.md -------------------------------------------------------------------------------- /docs/Model/UpdateChildAccountStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateChildAccountStatus.md -------------------------------------------------------------------------------- /docs/Model/UpdateChildDomain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateChildDomain.md -------------------------------------------------------------------------------- /docs/Model/UpdateContact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateContact.md -------------------------------------------------------------------------------- /docs/Model/UpdateEmailCampaign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateEmailCampaign.md -------------------------------------------------------------------------------- /docs/Model/UpdateEmailCampaignRecipients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateEmailCampaignRecipients.md -------------------------------------------------------------------------------- /docs/Model/UpdateEmailCampaignSender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateEmailCampaignSender.md -------------------------------------------------------------------------------- /docs/Model/UpdateList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateList.md -------------------------------------------------------------------------------- /docs/Model/UpdateSender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateSender.md -------------------------------------------------------------------------------- /docs/Model/UpdateSmsCampaign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateSmsCampaign.md -------------------------------------------------------------------------------- /docs/Model/UpdateSmtpTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateSmtpTemplate.md -------------------------------------------------------------------------------- /docs/Model/UpdateSmtpTemplateSender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateSmtpTemplateSender.md -------------------------------------------------------------------------------- /docs/Model/UpdateWebhook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UpdateWebhook.md -------------------------------------------------------------------------------- /docs/Model/UploadImageModel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UploadImageModel.md -------------------------------------------------------------------------------- /docs/Model/UploadImageToGallery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/UploadImageToGallery.md -------------------------------------------------------------------------------- /docs/Model/VariablesItems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/VariablesItems.md -------------------------------------------------------------------------------- /docs/Model/WhatsappCampStats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/WhatsappCampStats.md -------------------------------------------------------------------------------- /docs/Model/WhatsappCampTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/docs/Model/WhatsappCampTemplate.md -------------------------------------------------------------------------------- /lib/Api/AccountApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/AccountApi.php -------------------------------------------------------------------------------- /lib/Api/AttributesApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/AttributesApi.php -------------------------------------------------------------------------------- /lib/Api/CRMApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/CRMApi.php -------------------------------------------------------------------------------- /lib/Api/CompaniesApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/CompaniesApi.php -------------------------------------------------------------------------------- /lib/Api/ContactsApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/ContactsApi.php -------------------------------------------------------------------------------- /lib/Api/ConversationsApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/ConversationsApi.php -------------------------------------------------------------------------------- /lib/Api/DealsApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/DealsApi.php -------------------------------------------------------------------------------- /lib/Api/EcommerceApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/EcommerceApi.php -------------------------------------------------------------------------------- /lib/Api/EmailCampaignsApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/EmailCampaignsApi.php -------------------------------------------------------------------------------- /lib/Api/FilesApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/FilesApi.php -------------------------------------------------------------------------------- /lib/Api/FoldersApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/FoldersApi.php -------------------------------------------------------------------------------- /lib/Api/InboundParsingApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/InboundParsingApi.php -------------------------------------------------------------------------------- /lib/Api/ListsApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/ListsApi.php -------------------------------------------------------------------------------- /lib/Api/MasterAccountApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/MasterAccountApi.php -------------------------------------------------------------------------------- /lib/Api/NotesApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/NotesApi.php -------------------------------------------------------------------------------- /lib/Api/ProcessApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/ProcessApi.php -------------------------------------------------------------------------------- /lib/Api/ResellerApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/ResellerApi.php -------------------------------------------------------------------------------- /lib/Api/SMSCampaignsApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/SMSCampaignsApi.php -------------------------------------------------------------------------------- /lib/Api/SendersApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/SendersApi.php -------------------------------------------------------------------------------- /lib/Api/TasksApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/TasksApi.php -------------------------------------------------------------------------------- /lib/Api/TransactionalEmailsApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/TransactionalEmailsApi.php -------------------------------------------------------------------------------- /lib/Api/TransactionalSMSApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/TransactionalSMSApi.php -------------------------------------------------------------------------------- /lib/Api/TransactionalWhatsAppApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/TransactionalWhatsAppApi.php -------------------------------------------------------------------------------- /lib/Api/WebhooksApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/WebhooksApi.php -------------------------------------------------------------------------------- /lib/Api/WhatsappCampaignsApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Api/WhatsappCampaignsApi.php -------------------------------------------------------------------------------- /lib/ApiException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/ApiException.php -------------------------------------------------------------------------------- /lib/Configuration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Configuration.php -------------------------------------------------------------------------------- /lib/HeaderSelector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/HeaderSelector.php -------------------------------------------------------------------------------- /lib/Model/AbTestCampaignResult.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/AbTestCampaignResult.php -------------------------------------------------------------------------------- /lib/Model/AbTestCampaignResultClickedLinks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/AbTestCampaignResultClickedLinks.php -------------------------------------------------------------------------------- /lib/Model/AbTestCampaignResultStatistics.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/AbTestCampaignResultStatistics.php -------------------------------------------------------------------------------- /lib/Model/AbTestVersionClicks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/AbTestVersionClicks.php -------------------------------------------------------------------------------- /lib/Model/AbTestVersionClicksInner.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/AbTestVersionClicksInner.php -------------------------------------------------------------------------------- /lib/Model/AbTestVersionStats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/AbTestVersionStats.php -------------------------------------------------------------------------------- /lib/Model/AddChildDomain.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/AddChildDomain.php -------------------------------------------------------------------------------- /lib/Model/AddContactToList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/AddContactToList.php -------------------------------------------------------------------------------- /lib/Model/AddCredits.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/AddCredits.php -------------------------------------------------------------------------------- /lib/Model/BlockDomain.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/BlockDomain.php -------------------------------------------------------------------------------- /lib/Model/Body.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Body.php -------------------------------------------------------------------------------- /lib/Model/Body1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Body1.php -------------------------------------------------------------------------------- /lib/Model/Body10.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Body10.php -------------------------------------------------------------------------------- /lib/Model/Body11.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Body11.php -------------------------------------------------------------------------------- /lib/Model/Body12.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Body12.php -------------------------------------------------------------------------------- /lib/Model/Body2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Body2.php -------------------------------------------------------------------------------- /lib/Model/Body3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Body3.php -------------------------------------------------------------------------------- /lib/Model/Body4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Body4.php -------------------------------------------------------------------------------- /lib/Model/Body5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Body5.php -------------------------------------------------------------------------------- /lib/Model/Body6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Body6.php -------------------------------------------------------------------------------- /lib/Model/Body7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Body7.php -------------------------------------------------------------------------------- /lib/Model/Body8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Body8.php -------------------------------------------------------------------------------- /lib/Model/Body9.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Body9.php -------------------------------------------------------------------------------- /lib/Model/BodyVariablesItems.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/BodyVariablesItems.php -------------------------------------------------------------------------------- /lib/Model/CompaniesList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CompaniesList.php -------------------------------------------------------------------------------- /lib/Model/Company.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Company.php -------------------------------------------------------------------------------- /lib/Model/CompanyAttributes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CompanyAttributes.php -------------------------------------------------------------------------------- /lib/Model/CompanyAttributesInner.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CompanyAttributesInner.php -------------------------------------------------------------------------------- /lib/Model/ComponentItems.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/ComponentItems.php -------------------------------------------------------------------------------- /lib/Model/Contact.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Contact.php -------------------------------------------------------------------------------- /lib/Model/ConversationsMessage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/ConversationsMessage.php -------------------------------------------------------------------------------- /lib/Model/ConversationsMessageFile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/ConversationsMessageFile.php -------------------------------------------------------------------------------- /lib/Model/ConversationsMessageFileImageInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/ConversationsMessageFileImageInfo.php -------------------------------------------------------------------------------- /lib/Model/CreateApiKeyRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateApiKeyRequest.php -------------------------------------------------------------------------------- /lib/Model/CreateApiKeyResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateApiKeyResponse.php -------------------------------------------------------------------------------- /lib/Model/CreateAttribute.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateAttribute.php -------------------------------------------------------------------------------- /lib/Model/CreateAttributeEnumeration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateAttributeEnumeration.php -------------------------------------------------------------------------------- /lib/Model/CreateCategoryModel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateCategoryModel.php -------------------------------------------------------------------------------- /lib/Model/CreateChild.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateChild.php -------------------------------------------------------------------------------- /lib/Model/CreateContact.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateContact.php -------------------------------------------------------------------------------- /lib/Model/CreateDoiContact.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateDoiContact.php -------------------------------------------------------------------------------- /lib/Model/CreateEmailCampaign.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateEmailCampaign.php -------------------------------------------------------------------------------- /lib/Model/CreateEmailCampaignRecipients.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateEmailCampaignRecipients.php -------------------------------------------------------------------------------- /lib/Model/CreateEmailCampaignSender.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateEmailCampaignSender.php -------------------------------------------------------------------------------- /lib/Model/CreateList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateList.php -------------------------------------------------------------------------------- /lib/Model/CreateModel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateModel.php -------------------------------------------------------------------------------- /lib/Model/CreateProductModel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateProductModel.php -------------------------------------------------------------------------------- /lib/Model/CreateReseller.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateReseller.php -------------------------------------------------------------------------------- /lib/Model/CreateSender.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateSender.php -------------------------------------------------------------------------------- /lib/Model/CreateSenderIps.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateSenderIps.php -------------------------------------------------------------------------------- /lib/Model/CreateSenderModel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateSenderModel.php -------------------------------------------------------------------------------- /lib/Model/CreateSmsCampaign.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateSmsCampaign.php -------------------------------------------------------------------------------- /lib/Model/CreateSmsCampaignRecipients.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateSmsCampaignRecipients.php -------------------------------------------------------------------------------- /lib/Model/CreateSmtpEmail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateSmtpEmail.php -------------------------------------------------------------------------------- /lib/Model/CreateSmtpTemplate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateSmtpTemplate.php -------------------------------------------------------------------------------- /lib/Model/CreateSmtpTemplateSender.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateSmtpTemplateSender.php -------------------------------------------------------------------------------- /lib/Model/CreateSubAccount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateSubAccount.php -------------------------------------------------------------------------------- /lib/Model/CreateSubAccountResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateSubAccountResponse.php -------------------------------------------------------------------------------- /lib/Model/CreateUpdateBatchCategory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateUpdateBatchCategory.php -------------------------------------------------------------------------------- /lib/Model/CreateUpdateBatchCategoryModel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateUpdateBatchCategoryModel.php -------------------------------------------------------------------------------- /lib/Model/CreateUpdateBatchProducts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateUpdateBatchProducts.php -------------------------------------------------------------------------------- /lib/Model/CreateUpdateBatchProductsModel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateUpdateBatchProductsModel.php -------------------------------------------------------------------------------- /lib/Model/CreateUpdateCategories.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateUpdateCategories.php -------------------------------------------------------------------------------- /lib/Model/CreateUpdateCategory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateUpdateCategory.php -------------------------------------------------------------------------------- /lib/Model/CreateUpdateContactModel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateUpdateContactModel.php -------------------------------------------------------------------------------- /lib/Model/CreateUpdateFolder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateUpdateFolder.php -------------------------------------------------------------------------------- /lib/Model/CreateUpdateProduct.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateUpdateProduct.php -------------------------------------------------------------------------------- /lib/Model/CreateUpdateProducts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateUpdateProducts.php -------------------------------------------------------------------------------- /lib/Model/CreateWebhook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreateWebhook.php -------------------------------------------------------------------------------- /lib/Model/CreatedBatchId.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreatedBatchId.php -------------------------------------------------------------------------------- /lib/Model/CreatedProcessId.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/CreatedProcessId.php -------------------------------------------------------------------------------- /lib/Model/Deal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Deal.php -------------------------------------------------------------------------------- /lib/Model/DealAttributes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/DealAttributes.php -------------------------------------------------------------------------------- /lib/Model/DealAttributesInner.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/DealAttributesInner.php -------------------------------------------------------------------------------- /lib/Model/DealsList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/DealsList.php -------------------------------------------------------------------------------- /lib/Model/DeleteHardbounces.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/DeleteHardbounces.php -------------------------------------------------------------------------------- /lib/Model/EmailExportRecipients.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/EmailExportRecipients.php -------------------------------------------------------------------------------- /lib/Model/ErrorModel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/ErrorModel.php -------------------------------------------------------------------------------- /lib/Model/FileData.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/FileData.php -------------------------------------------------------------------------------- /lib/Model/FileDownloadableLink.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/FileDownloadableLink.php -------------------------------------------------------------------------------- /lib/Model/FileList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/FileList.php -------------------------------------------------------------------------------- /lib/Model/GetAccount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetAccount.php -------------------------------------------------------------------------------- /lib/Model/GetAccountMarketingAutomation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetAccountMarketingAutomation.php -------------------------------------------------------------------------------- /lib/Model/GetAccountPlan.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetAccountPlan.php -------------------------------------------------------------------------------- /lib/Model/GetAccountRelay.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetAccountRelay.php -------------------------------------------------------------------------------- /lib/Model/GetAccountRelayData.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetAccountRelayData.php -------------------------------------------------------------------------------- /lib/Model/GetAggregatedReport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetAggregatedReport.php -------------------------------------------------------------------------------- /lib/Model/GetAttributes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetAttributes.php -------------------------------------------------------------------------------- /lib/Model/GetAttributesAttributes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetAttributesAttributes.php -------------------------------------------------------------------------------- /lib/Model/GetAttributesEnumeration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetAttributesEnumeration.php -------------------------------------------------------------------------------- /lib/Model/GetBlockedDomains.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetBlockedDomains.php -------------------------------------------------------------------------------- /lib/Model/GetCampaignOverview.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetCampaignOverview.php -------------------------------------------------------------------------------- /lib/Model/GetCampaignRecipients.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetCampaignRecipients.php -------------------------------------------------------------------------------- /lib/Model/GetCampaignStats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetCampaignStats.php -------------------------------------------------------------------------------- /lib/Model/GetCategories.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetCategories.php -------------------------------------------------------------------------------- /lib/Model/GetCategoryDetails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetCategoryDetails.php -------------------------------------------------------------------------------- /lib/Model/GetChildAccountCreationStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetChildAccountCreationStatus.php -------------------------------------------------------------------------------- /lib/Model/GetChildDomain.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetChildDomain.php -------------------------------------------------------------------------------- /lib/Model/GetChildDomains.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetChildDomains.php -------------------------------------------------------------------------------- /lib/Model/GetChildInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetChildInfo.php -------------------------------------------------------------------------------- /lib/Model/GetChildInfoApiKeys.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetChildInfoApiKeys.php -------------------------------------------------------------------------------- /lib/Model/GetChildInfoApiKeysV2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetChildInfoApiKeysV2.php -------------------------------------------------------------------------------- /lib/Model/GetChildInfoApiKeysV3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetChildInfoApiKeysV3.php -------------------------------------------------------------------------------- /lib/Model/GetChildInfoCredits.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetChildInfoCredits.php -------------------------------------------------------------------------------- /lib/Model/GetChildInfoStatistics.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetChildInfoStatistics.php -------------------------------------------------------------------------------- /lib/Model/GetChildrenList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetChildrenList.php -------------------------------------------------------------------------------- /lib/Model/GetClient.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetClient.php -------------------------------------------------------------------------------- /lib/Model/GetContactCampaignStats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetContactCampaignStats.php -------------------------------------------------------------------------------- /lib/Model/GetContactCampaignStatsClicked.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetContactCampaignStatsClicked.php -------------------------------------------------------------------------------- /lib/Model/GetContactCampaignStatsOpened.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetContactCampaignStatsOpened.php -------------------------------------------------------------------------------- /lib/Model/GetContactDetails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetContactDetails.php -------------------------------------------------------------------------------- /lib/Model/GetContacts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetContacts.php -------------------------------------------------------------------------------- /lib/Model/GetDeviceBrowserStats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetDeviceBrowserStats.php -------------------------------------------------------------------------------- /lib/Model/GetEmailCampaign.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetEmailCampaign.php -------------------------------------------------------------------------------- /lib/Model/GetEmailCampaigns.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetEmailCampaigns.php -------------------------------------------------------------------------------- /lib/Model/GetEmailEventReport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetEmailEventReport.php -------------------------------------------------------------------------------- /lib/Model/GetEmailEventReportEvents.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetEmailEventReportEvents.php -------------------------------------------------------------------------------- /lib/Model/GetExtendedCampaignOverview.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetExtendedCampaignOverview.php -------------------------------------------------------------------------------- /lib/Model/GetExtendedCampaignOverviewSender.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetExtendedCampaignOverviewSender.php -------------------------------------------------------------------------------- /lib/Model/GetExtendedCampaignStats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetExtendedCampaignStats.php -------------------------------------------------------------------------------- /lib/Model/GetExtendedClient.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetExtendedClient.php -------------------------------------------------------------------------------- /lib/Model/GetExtendedClientAddress.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetExtendedClientAddress.php -------------------------------------------------------------------------------- /lib/Model/GetExtendedContactDetails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetExtendedContactDetails.php -------------------------------------------------------------------------------- /lib/Model/GetExtendedList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetExtendedList.php -------------------------------------------------------------------------------- /lib/Model/GetExtendedListCampaignStats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetExtendedListCampaignStats.php -------------------------------------------------------------------------------- /lib/Model/GetFolder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetFolder.php -------------------------------------------------------------------------------- /lib/Model/GetFolderLists.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetFolderLists.php -------------------------------------------------------------------------------- /lib/Model/GetFolders.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetFolders.php -------------------------------------------------------------------------------- /lib/Model/GetInboundEmailEvents.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetInboundEmailEvents.php -------------------------------------------------------------------------------- /lib/Model/GetInboundEmailEventsByUuid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetInboundEmailEventsByUuid.php -------------------------------------------------------------------------------- /lib/Model/GetInboundEmailEventsByUuidLogs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetInboundEmailEventsByUuidLogs.php -------------------------------------------------------------------------------- /lib/Model/GetInboundEmailEventsEvents.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetInboundEmailEventsEvents.php -------------------------------------------------------------------------------- /lib/Model/GetIp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetIp.php -------------------------------------------------------------------------------- /lib/Model/GetIpFromSender.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetIpFromSender.php -------------------------------------------------------------------------------- /lib/Model/GetIps.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetIps.php -------------------------------------------------------------------------------- /lib/Model/GetIpsFromSender.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetIpsFromSender.php -------------------------------------------------------------------------------- /lib/Model/GetList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetList.php -------------------------------------------------------------------------------- /lib/Model/GetLists.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetLists.php -------------------------------------------------------------------------------- /lib/Model/GetProcess.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetProcess.php -------------------------------------------------------------------------------- /lib/Model/GetProcesses.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetProcesses.php -------------------------------------------------------------------------------- /lib/Model/GetProductDetails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetProductDetails.php -------------------------------------------------------------------------------- /lib/Model/GetProducts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetProducts.php -------------------------------------------------------------------------------- /lib/Model/GetReports.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetReports.php -------------------------------------------------------------------------------- /lib/Model/GetReportsReports.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetReportsReports.php -------------------------------------------------------------------------------- /lib/Model/GetScheduledEmailByBatchId.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetScheduledEmailByBatchId.php -------------------------------------------------------------------------------- /lib/Model/GetScheduledEmailByBatchIdBatches.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetScheduledEmailByBatchIdBatches.php -------------------------------------------------------------------------------- /lib/Model/GetScheduledEmailByMessageId.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetScheduledEmailByMessageId.php -------------------------------------------------------------------------------- /lib/Model/GetSendersList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetSendersList.php -------------------------------------------------------------------------------- /lib/Model/GetSendersListIps.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetSendersListIps.php -------------------------------------------------------------------------------- /lib/Model/GetSendersListSenders.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetSendersListSenders.php -------------------------------------------------------------------------------- /lib/Model/GetSharedTemplateUrl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetSharedTemplateUrl.php -------------------------------------------------------------------------------- /lib/Model/GetSmsCampaign.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetSmsCampaign.php -------------------------------------------------------------------------------- /lib/Model/GetSmsCampaignOverview.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetSmsCampaignOverview.php -------------------------------------------------------------------------------- /lib/Model/GetSmsCampaignRecipients.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetSmsCampaignRecipients.php -------------------------------------------------------------------------------- /lib/Model/GetSmsCampaignStats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetSmsCampaignStats.php -------------------------------------------------------------------------------- /lib/Model/GetSmsCampaigns.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetSmsCampaigns.php -------------------------------------------------------------------------------- /lib/Model/GetSmsEventReport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetSmsEventReport.php -------------------------------------------------------------------------------- /lib/Model/GetSmsEventReportEvents.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetSmsEventReportEvents.php -------------------------------------------------------------------------------- /lib/Model/GetSmtpTemplateOverview.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetSmtpTemplateOverview.php -------------------------------------------------------------------------------- /lib/Model/GetSmtpTemplateOverviewSender.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetSmtpTemplateOverviewSender.php -------------------------------------------------------------------------------- /lib/Model/GetSmtpTemplates.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetSmtpTemplates.php -------------------------------------------------------------------------------- /lib/Model/GetSsoToken.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetSsoToken.php -------------------------------------------------------------------------------- /lib/Model/GetStatsByBrowser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetStatsByBrowser.php -------------------------------------------------------------------------------- /lib/Model/GetStatsByDevice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetStatsByDevice.php -------------------------------------------------------------------------------- /lib/Model/GetStatsByDomain.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetStatsByDomain.php -------------------------------------------------------------------------------- /lib/Model/GetTransacAggregatedSmsReport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetTransacAggregatedSmsReport.php -------------------------------------------------------------------------------- /lib/Model/GetTransacBlockedContacts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetTransacBlockedContacts.php -------------------------------------------------------------------------------- /lib/Model/GetTransacEmailContent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetTransacEmailContent.php -------------------------------------------------------------------------------- /lib/Model/GetTransacEmailContentEvents.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetTransacEmailContentEvents.php -------------------------------------------------------------------------------- /lib/Model/GetTransacEmailsList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetTransacEmailsList.php -------------------------------------------------------------------------------- /lib/Model/GetTransacSmsReport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetTransacSmsReport.php -------------------------------------------------------------------------------- /lib/Model/GetTransacSmsReportReports.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetTransacSmsReportReports.php -------------------------------------------------------------------------------- /lib/Model/GetWebhook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetWebhook.php -------------------------------------------------------------------------------- /lib/Model/GetWebhooks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetWebhooks.php -------------------------------------------------------------------------------- /lib/Model/GetWhatsappCampaignOverview.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetWhatsappCampaignOverview.php -------------------------------------------------------------------------------- /lib/Model/GetWhatsappEventReport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetWhatsappEventReport.php -------------------------------------------------------------------------------- /lib/Model/GetWhatsappEventReportEvents.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/GetWhatsappEventReportEvents.php -------------------------------------------------------------------------------- /lib/Model/InlineResponse200.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/InlineResponse200.php -------------------------------------------------------------------------------- /lib/Model/InlineResponse201.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/InlineResponse201.php -------------------------------------------------------------------------------- /lib/Model/InlineResponse2011.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/InlineResponse2011.php -------------------------------------------------------------------------------- /lib/Model/InlineResponse2012.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/InlineResponse2012.php -------------------------------------------------------------------------------- /lib/Model/ManageIp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/ManageIp.php -------------------------------------------------------------------------------- /lib/Model/MasterDetailsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/MasterDetailsResponse.php -------------------------------------------------------------------------------- /lib/Model/MasterDetailsResponsePlanInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/MasterDetailsResponsePlanInfo.php -------------------------------------------------------------------------------- /lib/Model/ModelInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/ModelInterface.php -------------------------------------------------------------------------------- /lib/Model/Note.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Note.php -------------------------------------------------------------------------------- /lib/Model/NoteData.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/NoteData.php -------------------------------------------------------------------------------- /lib/Model/NoteId.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/NoteId.php -------------------------------------------------------------------------------- /lib/Model/NoteList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/NoteList.php -------------------------------------------------------------------------------- /lib/Model/Order.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Order.php -------------------------------------------------------------------------------- /lib/Model/OrderBatch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/OrderBatch.php -------------------------------------------------------------------------------- /lib/Model/OrderBilling.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/OrderBilling.php -------------------------------------------------------------------------------- /lib/Model/OrderProducts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/OrderProducts.php -------------------------------------------------------------------------------- /lib/Model/Pipeline.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Pipeline.php -------------------------------------------------------------------------------- /lib/Model/PipelineStage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/PipelineStage.php -------------------------------------------------------------------------------- /lib/Model/PostContactInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/PostContactInfo.php -------------------------------------------------------------------------------- /lib/Model/PostContactInfoContacts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/PostContactInfoContacts.php -------------------------------------------------------------------------------- /lib/Model/PostSendFailed.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/PostSendFailed.php -------------------------------------------------------------------------------- /lib/Model/PostSendSmsTestFailed.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/PostSendSmsTestFailed.php -------------------------------------------------------------------------------- /lib/Model/RemainingCreditModel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/RemainingCreditModel.php -------------------------------------------------------------------------------- /lib/Model/RemainingCreditModelChild.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/RemainingCreditModelChild.php -------------------------------------------------------------------------------- /lib/Model/RemainingCreditModelReseller.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/RemainingCreditModelReseller.php -------------------------------------------------------------------------------- /lib/Model/RemoveContactFromList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/RemoveContactFromList.php -------------------------------------------------------------------------------- /lib/Model/RemoveCredits.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/RemoveCredits.php -------------------------------------------------------------------------------- /lib/Model/RequestContactExport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/RequestContactExport.php -------------------------------------------------------------------------------- /lib/Model/RequestContactImport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/RequestContactImport.php -------------------------------------------------------------------------------- /lib/Model/RequestContactImportNewList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/RequestContactImportNewList.php -------------------------------------------------------------------------------- /lib/Model/RequestSmsRecipientExport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/RequestSmsRecipientExport.php -------------------------------------------------------------------------------- /lib/Model/ScheduleSmtpEmail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/ScheduleSmtpEmail.php -------------------------------------------------------------------------------- /lib/Model/SendReport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendReport.php -------------------------------------------------------------------------------- /lib/Model/SendReportEmail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendReportEmail.php -------------------------------------------------------------------------------- /lib/Model/SendSms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendSms.php -------------------------------------------------------------------------------- /lib/Model/SendSmtpEmail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendSmtpEmail.php -------------------------------------------------------------------------------- /lib/Model/SendSmtpEmailAttachment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendSmtpEmailAttachment.php -------------------------------------------------------------------------------- /lib/Model/SendSmtpEmailBcc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendSmtpEmailBcc.php -------------------------------------------------------------------------------- /lib/Model/SendSmtpEmailCc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendSmtpEmailCc.php -------------------------------------------------------------------------------- /lib/Model/SendSmtpEmailMessageVersions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendSmtpEmailMessageVersions.php -------------------------------------------------------------------------------- /lib/Model/SendSmtpEmailReplyTo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendSmtpEmailReplyTo.php -------------------------------------------------------------------------------- /lib/Model/SendSmtpEmailReplyTo1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendSmtpEmailReplyTo1.php -------------------------------------------------------------------------------- /lib/Model/SendSmtpEmailSender.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendSmtpEmailSender.php -------------------------------------------------------------------------------- /lib/Model/SendSmtpEmailTo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendSmtpEmailTo.php -------------------------------------------------------------------------------- /lib/Model/SendSmtpEmailTo1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendSmtpEmailTo1.php -------------------------------------------------------------------------------- /lib/Model/SendTestEmail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendTestEmail.php -------------------------------------------------------------------------------- /lib/Model/SendTestSms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendTestSms.php -------------------------------------------------------------------------------- /lib/Model/SendTransacSms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendTransacSms.php -------------------------------------------------------------------------------- /lib/Model/SendWhatsappMessage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SendWhatsappMessage.php -------------------------------------------------------------------------------- /lib/Model/SsoTokenRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SsoTokenRequest.php -------------------------------------------------------------------------------- /lib/Model/SubAccountDetailsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SubAccountDetailsResponse.php -------------------------------------------------------------------------------- /lib/Model/SubAccountUpdatePlanRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SubAccountUpdatePlanRequest.php -------------------------------------------------------------------------------- /lib/Model/SubAccountsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SubAccountsResponse.php -------------------------------------------------------------------------------- /lib/Model/SubAccountsResponseSubAccounts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/SubAccountsResponseSubAccounts.php -------------------------------------------------------------------------------- /lib/Model/Task.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/Task.php -------------------------------------------------------------------------------- /lib/Model/TaskList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/TaskList.php -------------------------------------------------------------------------------- /lib/Model/TaskReminder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/TaskReminder.php -------------------------------------------------------------------------------- /lib/Model/TaskTypes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/TaskTypes.php -------------------------------------------------------------------------------- /lib/Model/UpdateAttribute.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateAttribute.php -------------------------------------------------------------------------------- /lib/Model/UpdateAttributeEnumeration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateAttributeEnumeration.php -------------------------------------------------------------------------------- /lib/Model/UpdateBatchContacts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateBatchContacts.php -------------------------------------------------------------------------------- /lib/Model/UpdateBatchContactsContacts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateBatchContactsContacts.php -------------------------------------------------------------------------------- /lib/Model/UpdateBatchContactsModel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateBatchContactsModel.php -------------------------------------------------------------------------------- /lib/Model/UpdateCampaignStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateCampaignStatus.php -------------------------------------------------------------------------------- /lib/Model/UpdateChild.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateChild.php -------------------------------------------------------------------------------- /lib/Model/UpdateChildAccountStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateChildAccountStatus.php -------------------------------------------------------------------------------- /lib/Model/UpdateChildDomain.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateChildDomain.php -------------------------------------------------------------------------------- /lib/Model/UpdateContact.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateContact.php -------------------------------------------------------------------------------- /lib/Model/UpdateEmailCampaign.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateEmailCampaign.php -------------------------------------------------------------------------------- /lib/Model/UpdateEmailCampaignRecipients.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateEmailCampaignRecipients.php -------------------------------------------------------------------------------- /lib/Model/UpdateEmailCampaignSender.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateEmailCampaignSender.php -------------------------------------------------------------------------------- /lib/Model/UpdateList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateList.php -------------------------------------------------------------------------------- /lib/Model/UpdateSender.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateSender.php -------------------------------------------------------------------------------- /lib/Model/UpdateSmsCampaign.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateSmsCampaign.php -------------------------------------------------------------------------------- /lib/Model/UpdateSmtpTemplate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateSmtpTemplate.php -------------------------------------------------------------------------------- /lib/Model/UpdateSmtpTemplateSender.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateSmtpTemplateSender.php -------------------------------------------------------------------------------- /lib/Model/UpdateWebhook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UpdateWebhook.php -------------------------------------------------------------------------------- /lib/Model/UploadImageModel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UploadImageModel.php -------------------------------------------------------------------------------- /lib/Model/UploadImageToGallery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/UploadImageToGallery.php -------------------------------------------------------------------------------- /lib/Model/VariablesItems.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/VariablesItems.php -------------------------------------------------------------------------------- /lib/Model/WhatsappCampStats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/WhatsappCampStats.php -------------------------------------------------------------------------------- /lib/Model/WhatsappCampTemplate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/Model/WhatsappCampTemplate.php -------------------------------------------------------------------------------- /lib/ObjectSerializer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/lib/ObjectSerializer.php -------------------------------------------------------------------------------- /phpunit.xml.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/phpunit.xml.dist -------------------------------------------------------------------------------- /test/Api/AccountApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/AccountApiTest.php -------------------------------------------------------------------------------- /test/Api/AttributesApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/AttributesApiTest.php -------------------------------------------------------------------------------- /test/Api/CRMApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/CRMApiTest.php -------------------------------------------------------------------------------- /test/Api/CompaniesApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/CompaniesApiTest.php -------------------------------------------------------------------------------- /test/Api/ContactsApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/ContactsApiTest.php -------------------------------------------------------------------------------- /test/Api/ConversationsApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/ConversationsApiTest.php -------------------------------------------------------------------------------- /test/Api/DealsApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/DealsApiTest.php -------------------------------------------------------------------------------- /test/Api/EcommerceApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/EcommerceApiTest.php -------------------------------------------------------------------------------- /test/Api/EmailCampaignsApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/EmailCampaignsApiTest.php -------------------------------------------------------------------------------- /test/Api/FilesApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/FilesApiTest.php -------------------------------------------------------------------------------- /test/Api/FoldersApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/FoldersApiTest.php -------------------------------------------------------------------------------- /test/Api/InboundParsingApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/InboundParsingApiTest.php -------------------------------------------------------------------------------- /test/Api/ListsApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/ListsApiTest.php -------------------------------------------------------------------------------- /test/Api/MasterAccountApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/MasterAccountApiTest.php -------------------------------------------------------------------------------- /test/Api/NotesApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/NotesApiTest.php -------------------------------------------------------------------------------- /test/Api/ProcessApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/ProcessApiTest.php -------------------------------------------------------------------------------- /test/Api/ResellerApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/ResellerApiTest.php -------------------------------------------------------------------------------- /test/Api/SMSCampaignsApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/SMSCampaignsApiTest.php -------------------------------------------------------------------------------- /test/Api/SendersApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/SendersApiTest.php -------------------------------------------------------------------------------- /test/Api/TasksApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/TasksApiTest.php -------------------------------------------------------------------------------- /test/Api/TransactionalEmailsApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/TransactionalEmailsApiTest.php -------------------------------------------------------------------------------- /test/Api/TransactionalSMSApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/TransactionalSMSApiTest.php -------------------------------------------------------------------------------- /test/Api/TransactionalWhatsAppApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/TransactionalWhatsAppApiTest.php -------------------------------------------------------------------------------- /test/Api/WebhooksApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/WebhooksApiTest.php -------------------------------------------------------------------------------- /test/Api/WhatsappCampaignsApiTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Api/WhatsappCampaignsApiTest.php -------------------------------------------------------------------------------- /test/Model/AbTestCampaignResultTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/AbTestCampaignResultTest.php -------------------------------------------------------------------------------- /test/Model/AbTestVersionClicksInnerTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/AbTestVersionClicksInnerTest.php -------------------------------------------------------------------------------- /test/Model/AbTestVersionClicksTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/AbTestVersionClicksTest.php -------------------------------------------------------------------------------- /test/Model/AbTestVersionStatsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/AbTestVersionStatsTest.php -------------------------------------------------------------------------------- /test/Model/AddChildDomainTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/AddChildDomainTest.php -------------------------------------------------------------------------------- /test/Model/AddContactToListTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/AddContactToListTest.php -------------------------------------------------------------------------------- /test/Model/AddCreditsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/AddCreditsTest.php -------------------------------------------------------------------------------- /test/Model/BlockDomainTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/BlockDomainTest.php -------------------------------------------------------------------------------- /test/Model/Body10Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/Body10Test.php -------------------------------------------------------------------------------- /test/Model/Body11Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/Body11Test.php -------------------------------------------------------------------------------- /test/Model/Body12Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/Body12Test.php -------------------------------------------------------------------------------- /test/Model/Body1Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/Body1Test.php -------------------------------------------------------------------------------- /test/Model/Body2Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/Body2Test.php -------------------------------------------------------------------------------- /test/Model/Body3Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/Body3Test.php -------------------------------------------------------------------------------- /test/Model/Body4test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/Body4test.php -------------------------------------------------------------------------------- /test/Model/Body5Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/Body5Test.php -------------------------------------------------------------------------------- /test/Model/Body6Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/Body6Test.php -------------------------------------------------------------------------------- /test/Model/Body7Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/Body7Test.php -------------------------------------------------------------------------------- /test/Model/Body8Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/Body8Test.php -------------------------------------------------------------------------------- /test/Model/Body9Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/Body9Test.php -------------------------------------------------------------------------------- /test/Model/BodyTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/BodyTest.php -------------------------------------------------------------------------------- /test/Model/BodyVariablesItemsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/BodyVariablesItemsTest.php -------------------------------------------------------------------------------- /test/Model/CompaniesListTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CompaniesListTest.php -------------------------------------------------------------------------------- /test/Model/CompanyAttributesInnerTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CompanyAttributesInnerTest.php -------------------------------------------------------------------------------- /test/Model/CompanyAttributesTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CompanyAttributesTest.php -------------------------------------------------------------------------------- /test/Model/CompanyTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CompanyTest.php -------------------------------------------------------------------------------- /test/Model/ComponentItemsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/ComponentItemsTest.php -------------------------------------------------------------------------------- /test/Model/ContactTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/ContactTest.php -------------------------------------------------------------------------------- /test/Model/ConversationsMessageFileTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/ConversationsMessageFileTest.php -------------------------------------------------------------------------------- /test/Model/ConversationsMessageTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/ConversationsMessageTest.php -------------------------------------------------------------------------------- /test/Model/CreateApiKeyRequestTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateApiKeyRequestTest.php -------------------------------------------------------------------------------- /test/Model/CreateApiKeyResponseTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateApiKeyResponseTest.php -------------------------------------------------------------------------------- /test/Model/CreateAttributeTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateAttributeTest.php -------------------------------------------------------------------------------- /test/Model/CreateCategoryModelTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateCategoryModelTest.php -------------------------------------------------------------------------------- /test/Model/CreateChildTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateChildTest.php -------------------------------------------------------------------------------- /test/Model/CreateContactTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateContactTest.php -------------------------------------------------------------------------------- /test/Model/CreateDoiContactTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateDoiContactTest.php -------------------------------------------------------------------------------- /test/Model/CreateEmailCampaignSenderTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateEmailCampaignSenderTest.php -------------------------------------------------------------------------------- /test/Model/CreateEmailCampaignTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateEmailCampaignTest.php -------------------------------------------------------------------------------- /test/Model/CreateListTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateListTest.php -------------------------------------------------------------------------------- /test/Model/CreateModelTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateModelTest.php -------------------------------------------------------------------------------- /test/Model/CreateProductModelTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateProductModelTest.php -------------------------------------------------------------------------------- /test/Model/CreateResellerTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateResellerTest.php -------------------------------------------------------------------------------- /test/Model/CreateSenderIpsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateSenderIpsTest.php -------------------------------------------------------------------------------- /test/Model/CreateSenderModelTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateSenderModelTest.php -------------------------------------------------------------------------------- /test/Model/CreateSenderTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateSenderTest.php -------------------------------------------------------------------------------- /test/Model/CreateSmsCampaignTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateSmsCampaignTest.php -------------------------------------------------------------------------------- /test/Model/CreateSmtpEmailTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateSmtpEmailTest.php -------------------------------------------------------------------------------- /test/Model/CreateSmtpTemplateSenderTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateSmtpTemplateSenderTest.php -------------------------------------------------------------------------------- /test/Model/CreateSmtpTemplateTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateSmtpTemplateTest.php -------------------------------------------------------------------------------- /test/Model/CreateSubAccountResponseTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateSubAccountResponseTest.php -------------------------------------------------------------------------------- /test/Model/CreateSubAccountTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateSubAccountTest.php -------------------------------------------------------------------------------- /test/Model/CreateUpdateBatchCategoryTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateUpdateBatchCategoryTest.php -------------------------------------------------------------------------------- /test/Model/CreateUpdateBatchProductsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateUpdateBatchProductsTest.php -------------------------------------------------------------------------------- /test/Model/CreateUpdateCategoriesTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateUpdateCategoriesTest.php -------------------------------------------------------------------------------- /test/Model/CreateUpdateCategoryTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateUpdateCategoryTest.php -------------------------------------------------------------------------------- /test/Model/CreateUpdateContactModelTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateUpdateContactModelTest.php -------------------------------------------------------------------------------- /test/Model/CreateUpdateFolderTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateUpdateFolderTest.php -------------------------------------------------------------------------------- /test/Model/CreateUpdateProductsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateUpdateProductsTest.php -------------------------------------------------------------------------------- /test/Model/CreateUpdateproductTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateUpdateproductTest.php -------------------------------------------------------------------------------- /test/Model/CreateWebhookTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreateWebhookTest.php -------------------------------------------------------------------------------- /test/Model/CreatedBatchIdTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreatedBatchIdTest.php -------------------------------------------------------------------------------- /test/Model/CreatedProcessIdTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/CreatedProcessIdTest.php -------------------------------------------------------------------------------- /test/Model/DealAttributesInnerTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/DealAttributesInnerTest.php -------------------------------------------------------------------------------- /test/Model/DealAttributesTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/DealAttributesTest.php -------------------------------------------------------------------------------- /test/Model/DealTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/DealTest.php -------------------------------------------------------------------------------- /test/Model/DealsListTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/DealsListTest.php -------------------------------------------------------------------------------- /test/Model/DeleteHardbouncesTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/DeleteHardbouncesTest.php -------------------------------------------------------------------------------- /test/Model/EmailExportRecipientsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/EmailExportRecipientsTest.php -------------------------------------------------------------------------------- /test/Model/ErrorModelTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/ErrorModelTest.php -------------------------------------------------------------------------------- /test/Model/FIleListTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/FIleListTest.php -------------------------------------------------------------------------------- /test/Model/FileDataTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/FileDataTest.php -------------------------------------------------------------------------------- /test/Model/FileDownloadableLinkTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/FileDownloadableLinkTest.php -------------------------------------------------------------------------------- /test/Model/GetAccountPlanTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetAccountPlanTest.php -------------------------------------------------------------------------------- /test/Model/GetAccountRelayDataTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetAccountRelayDataTest.php -------------------------------------------------------------------------------- /test/Model/GetAccountRelayTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetAccountRelayTest.php -------------------------------------------------------------------------------- /test/Model/GetAccountTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetAccountTest.php -------------------------------------------------------------------------------- /test/Model/GetAggregatedReportTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetAggregatedReportTest.php -------------------------------------------------------------------------------- /test/Model/GetAttributesAttributesTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetAttributesAttributesTest.php -------------------------------------------------------------------------------- /test/Model/GetAttributesEnumerationTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetAttributesEnumerationTest.php -------------------------------------------------------------------------------- /test/Model/GetAttributesTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetAttributesTest.php -------------------------------------------------------------------------------- /test/Model/GetBlockedDomainsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetBlockedDomainsTest.php -------------------------------------------------------------------------------- /test/Model/GetCampaignOverviewTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetCampaignOverviewTest.php -------------------------------------------------------------------------------- /test/Model/GetCampaignRecipientsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetCampaignRecipientsTest.php -------------------------------------------------------------------------------- /test/Model/GetCampaignStatsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetCampaignStatsTest.php -------------------------------------------------------------------------------- /test/Model/GetCategoriesTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetCategoriesTest.php -------------------------------------------------------------------------------- /test/Model/GetCategoryDetailsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetCategoryDetailsTest.php -------------------------------------------------------------------------------- /test/Model/GetChildDomainTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetChildDomainTest.php -------------------------------------------------------------------------------- /test/Model/GetChildDomainsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetChildDomainsTest.php -------------------------------------------------------------------------------- /test/Model/GetChildInfoApiKeysTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetChildInfoApiKeysTest.php -------------------------------------------------------------------------------- /test/Model/GetChildInfoApiKeysV2Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetChildInfoApiKeysV2Test.php -------------------------------------------------------------------------------- /test/Model/GetChildInfoApiKeysV3Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetChildInfoApiKeysV3Test.php -------------------------------------------------------------------------------- /test/Model/GetChildInfoCreditsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetChildInfoCreditsTest.php -------------------------------------------------------------------------------- /test/Model/GetChildInfoStatisticsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetChildInfoStatisticsTest.php -------------------------------------------------------------------------------- /test/Model/GetChildInfoTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetChildInfoTest.php -------------------------------------------------------------------------------- /test/Model/GetChildrenListTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetChildrenListTest.php -------------------------------------------------------------------------------- /test/Model/GetClientTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetClientTest.php -------------------------------------------------------------------------------- /test/Model/GetContactCampaignStatsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetContactCampaignStatsTest.php -------------------------------------------------------------------------------- /test/Model/GetContactDetailsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetContactDetailsTest.php -------------------------------------------------------------------------------- /test/Model/GetContactsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetContactsTest.php -------------------------------------------------------------------------------- /test/Model/GetDeviceBrowserStatsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetDeviceBrowserStatsTest.php -------------------------------------------------------------------------------- /test/Model/GetEmailCampaignTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetEmailCampaignTest.php -------------------------------------------------------------------------------- /test/Model/GetEmailCampaignsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetEmailCampaignsTest.php -------------------------------------------------------------------------------- /test/Model/GetEmailEventReportEventsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetEmailEventReportEventsTest.php -------------------------------------------------------------------------------- /test/Model/GetEmailEventReportTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetEmailEventReportTest.php -------------------------------------------------------------------------------- /test/Model/GetExtendedCampaignStatsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetExtendedCampaignStatsTest.php -------------------------------------------------------------------------------- /test/Model/GetExtendedClientAddressTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetExtendedClientAddressTest.php -------------------------------------------------------------------------------- /test/Model/GetExtendedClientTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetExtendedClientTest.php -------------------------------------------------------------------------------- /test/Model/GetExtendedContactDetailsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetExtendedContactDetailsTest.php -------------------------------------------------------------------------------- /test/Model/GetExtendedListTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetExtendedListTest.php -------------------------------------------------------------------------------- /test/Model/GetFolderListsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetFolderListsTest.php -------------------------------------------------------------------------------- /test/Model/GetFolderTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetFolderTest.php -------------------------------------------------------------------------------- /test/Model/GetFoldersTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetFoldersTest.php -------------------------------------------------------------------------------- /test/Model/GetInboundEmailEventsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetInboundEmailEventsTest.php -------------------------------------------------------------------------------- /test/Model/GetIpFromSenderTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetIpFromSenderTest.php -------------------------------------------------------------------------------- /test/Model/GetIpTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetIpTest.php -------------------------------------------------------------------------------- /test/Model/GetIpsFromSenderTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetIpsFromSenderTest.php -------------------------------------------------------------------------------- /test/Model/GetIpsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetIpsTest.php -------------------------------------------------------------------------------- /test/Model/GetListTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetListTest.php -------------------------------------------------------------------------------- /test/Model/GetListsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetListsTest.php -------------------------------------------------------------------------------- /test/Model/GetProcessTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetProcessTest.php -------------------------------------------------------------------------------- /test/Model/GetProcessesTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetProcessesTest.php -------------------------------------------------------------------------------- /test/Model/GetProductDetailsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetProductDetailsTest.php -------------------------------------------------------------------------------- /test/Model/GetProductsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetProductsTest.php -------------------------------------------------------------------------------- /test/Model/GetReportsReportsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetReportsReportsTest.php -------------------------------------------------------------------------------- /test/Model/GetReportsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetReportsTest.php -------------------------------------------------------------------------------- /test/Model/GetSendersListIpsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetSendersListIpsTest.php -------------------------------------------------------------------------------- /test/Model/GetSendersListSendersTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetSendersListSendersTest.php -------------------------------------------------------------------------------- /test/Model/GetSendersListTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetSendersListTest.php -------------------------------------------------------------------------------- /test/Model/GetSharedTemplateUrlTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetSharedTemplateUrlTest.php -------------------------------------------------------------------------------- /test/Model/GetSmsCampaignOverviewTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetSmsCampaignOverviewTest.php -------------------------------------------------------------------------------- /test/Model/GetSmsCampaignRecipientsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetSmsCampaignRecipientsTest.php -------------------------------------------------------------------------------- /test/Model/GetSmsCampaignStatsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetSmsCampaignStatsTest.php -------------------------------------------------------------------------------- /test/Model/GetSmsCampaignTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetSmsCampaignTest.php -------------------------------------------------------------------------------- /test/Model/GetSmsCampaignsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetSmsCampaignsTest.php -------------------------------------------------------------------------------- /test/Model/GetSmsEventReportEventsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetSmsEventReportEventsTest.php -------------------------------------------------------------------------------- /test/Model/GetSmsEventReportTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetSmsEventReportTest.php -------------------------------------------------------------------------------- /test/Model/GetSmtpTemplateOverviewTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetSmtpTemplateOverviewTest.php -------------------------------------------------------------------------------- /test/Model/GetSmtpTemplatesTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetSmtpTemplatesTest.php -------------------------------------------------------------------------------- /test/Model/GetSsoTokenTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetSsoTokenTest.php -------------------------------------------------------------------------------- /test/Model/GetStatsByBrowserTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetStatsByBrowserTest.php -------------------------------------------------------------------------------- /test/Model/GetStatsByDeviceTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetStatsByDeviceTest.php -------------------------------------------------------------------------------- /test/Model/GetStatsByDomainTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetStatsByDomainTest.php -------------------------------------------------------------------------------- /test/Model/GetTransacBlockedContactsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetTransacBlockedContactsTest.php -------------------------------------------------------------------------------- /test/Model/GetTransacEmailContentTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetTransacEmailContentTest.php -------------------------------------------------------------------------------- /test/Model/GetTransacEmailsListTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetTransacEmailsListTest.php -------------------------------------------------------------------------------- /test/Model/GetTransacSmsReportTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetTransacSmsReportTest.php -------------------------------------------------------------------------------- /test/Model/GetWebhookTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetWebhookTest.php -------------------------------------------------------------------------------- /test/Model/GetWebhooksTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetWebhooksTest.php -------------------------------------------------------------------------------- /test/Model/GetWhatsappEventReportTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/GetWhatsappEventReportTest.php -------------------------------------------------------------------------------- /test/Model/InlineResponse200Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/InlineResponse200Test.php -------------------------------------------------------------------------------- /test/Model/InlineResponse2011Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/InlineResponse2011Test.php -------------------------------------------------------------------------------- /test/Model/InlineResponse2012Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/InlineResponse2012Test.php -------------------------------------------------------------------------------- /test/Model/InlineResponse201Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/InlineResponse201Test.php -------------------------------------------------------------------------------- /test/Model/ManageIpTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/ManageIpTest.php -------------------------------------------------------------------------------- /test/Model/MasterDetailsResponseTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/MasterDetailsResponseTest.php -------------------------------------------------------------------------------- /test/Model/NoteDataTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/NoteDataTest.php -------------------------------------------------------------------------------- /test/Model/NoteIdTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/NoteIdTest.php -------------------------------------------------------------------------------- /test/Model/NoteListTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/NoteListTest.php -------------------------------------------------------------------------------- /test/Model/NoteTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/NoteTest.php -------------------------------------------------------------------------------- /test/Model/OrderBatchTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/OrderBatchTest.php -------------------------------------------------------------------------------- /test/Model/OrderBillingTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/OrderBillingTest.php -------------------------------------------------------------------------------- /test/Model/OrderProductsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/OrderProductsTest.php -------------------------------------------------------------------------------- /test/Model/OrderTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/OrderTest.php -------------------------------------------------------------------------------- /test/Model/PipelineStageTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/PipelineStageTest.php -------------------------------------------------------------------------------- /test/Model/PipelineTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/PipelineTest.php -------------------------------------------------------------------------------- /test/Model/PostContactInfoContactsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/PostContactInfoContactsTest.php -------------------------------------------------------------------------------- /test/Model/PostContactInfoTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/PostContactInfoTest.php -------------------------------------------------------------------------------- /test/Model/PostSendFailedTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/PostSendFailedTest.php -------------------------------------------------------------------------------- /test/Model/PostSendSmsTestFailedTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/PostSendSmsTestFailedTest.php -------------------------------------------------------------------------------- /test/Model/RemainingCreditModelChildTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/RemainingCreditModelChildTest.php -------------------------------------------------------------------------------- /test/Model/RemainingCreditModelTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/RemainingCreditModelTest.php -------------------------------------------------------------------------------- /test/Model/RemoveContactFromListTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/RemoveContactFromListTest.php -------------------------------------------------------------------------------- /test/Model/RemoveCreditsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/RemoveCreditsTest.php -------------------------------------------------------------------------------- /test/Model/RequestContactExportTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/RequestContactExportTest.php -------------------------------------------------------------------------------- /test/Model/RequestContactImportTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/RequestContactImportTest.php -------------------------------------------------------------------------------- /test/Model/RequestSmsRecipientExportTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/RequestSmsRecipientExportTest.php -------------------------------------------------------------------------------- /test/Model/ScheduleSmtpEmailTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/ScheduleSmtpEmailTest.php -------------------------------------------------------------------------------- /test/Model/SendReportEmailTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SendReportEmailTest.php -------------------------------------------------------------------------------- /test/Model/SendReportTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SendReportTest.php -------------------------------------------------------------------------------- /test/Model/SendSmsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SendSmsTest.php -------------------------------------------------------------------------------- /test/Model/SendSmtpEmailAttachmentTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SendSmtpEmailAttachmentTest.php -------------------------------------------------------------------------------- /test/Model/SendSmtpEmailBccTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SendSmtpEmailBccTest.php -------------------------------------------------------------------------------- /test/Model/SendSmtpEmailCcTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SendSmtpEmailCcTest.php -------------------------------------------------------------------------------- /test/Model/SendSmtpEmailReplyTo1Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SendSmtpEmailReplyTo1Test.php -------------------------------------------------------------------------------- /test/Model/SendSmtpEmailReplyToTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SendSmtpEmailReplyToTest.php -------------------------------------------------------------------------------- /test/Model/SendSmtpEmailSenderTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SendSmtpEmailSenderTest.php -------------------------------------------------------------------------------- /test/Model/SendSmtpEmailTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SendSmtpEmailTest.php -------------------------------------------------------------------------------- /test/Model/SendSmtpEmailTo1Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SendSmtpEmailTo1Test.php -------------------------------------------------------------------------------- /test/Model/SendSmtpEmailToTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SendSmtpEmailToTest.php -------------------------------------------------------------------------------- /test/Model/SendTestEmailTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SendTestEmailTest.php -------------------------------------------------------------------------------- /test/Model/SendTestSmsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SendTestSmsTest.php -------------------------------------------------------------------------------- /test/Model/SendTransacSmsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SendTransacSmsTest.php -------------------------------------------------------------------------------- /test/Model/SendWhatsappMessageTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SendWhatsappMessageTest.php -------------------------------------------------------------------------------- /test/Model/SsoTokenRequestTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SsoTokenRequestTest.php -------------------------------------------------------------------------------- /test/Model/SubAccountDetailsResponseTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SubAccountDetailsResponseTest.php -------------------------------------------------------------------------------- /test/Model/SubAccountsResponseTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/SubAccountsResponseTest.php -------------------------------------------------------------------------------- /test/Model/TaskListTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/TaskListTest.php -------------------------------------------------------------------------------- /test/Model/TaskReminderTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/TaskReminderTest.php -------------------------------------------------------------------------------- /test/Model/TaskTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/TaskTest.php -------------------------------------------------------------------------------- /test/Model/TaskTypesTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/TaskTypesTest.php -------------------------------------------------------------------------------- /test/Model/UpdateAttributeTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UpdateAttributeTest.php -------------------------------------------------------------------------------- /test/Model/UpdateBatchContactsModelTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UpdateBatchContactsModelTest.php -------------------------------------------------------------------------------- /test/Model/UpdateBatchContactsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UpdateBatchContactsTest.php -------------------------------------------------------------------------------- /test/Model/UpdateCampaignStatusTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UpdateCampaignStatusTest.php -------------------------------------------------------------------------------- /test/Model/UpdateChildAccountStatusTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UpdateChildAccountStatusTest.php -------------------------------------------------------------------------------- /test/Model/UpdateChildDomainTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UpdateChildDomainTest.php -------------------------------------------------------------------------------- /test/Model/UpdateChildTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UpdateChildTest.php -------------------------------------------------------------------------------- /test/Model/UpdateContactTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UpdateContactTest.php -------------------------------------------------------------------------------- /test/Model/UpdateEmailCampaignSenderTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UpdateEmailCampaignSenderTest.php -------------------------------------------------------------------------------- /test/Model/UpdateEmailCampaignTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UpdateEmailCampaignTest.php -------------------------------------------------------------------------------- /test/Model/UpdateListTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UpdateListTest.php -------------------------------------------------------------------------------- /test/Model/UpdateSenderTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UpdateSenderTest.php -------------------------------------------------------------------------------- /test/Model/UpdateSmsCampaignTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UpdateSmsCampaignTest.php -------------------------------------------------------------------------------- /test/Model/UpdateSmtpTemplateSenderTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UpdateSmtpTemplateSenderTest.php -------------------------------------------------------------------------------- /test/Model/UpdateSmtpTemplateTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UpdateSmtpTemplateTest.php -------------------------------------------------------------------------------- /test/Model/UpdateWebhookTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UpdateWebhookTest.php -------------------------------------------------------------------------------- /test/Model/UploadImageModelTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UploadImageModelTest.php -------------------------------------------------------------------------------- /test/Model/UploadImageToGalleryTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/UploadImageToGalleryTest.php -------------------------------------------------------------------------------- /test/Model/VariablesItemsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/VariablesItemsTest.php -------------------------------------------------------------------------------- /test/Model/WhatsappCampStatsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/WhatsappCampStatsTest.php -------------------------------------------------------------------------------- /test/Model/WhatsappCampTemplateTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendinblue/APIv3-php-library/HEAD/test/Model/WhatsappCampTemplateTest.php --------------------------------------------------------------------------------