Documentation

WebhookNewEmailPayloadTest extends TestCase
in package

WebhookNewEmailPayloadTest Class Doc Comment

Tags
category

Class

description

NEW_EMAIL webhook payload. Sent to your webhook url endpoint via HTTP POST when an email is received by the inbox that your webhook is attached to. Use the email ID to fetch the full email body or attachments.

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

setUp()  : void
Setup before running each test case
setUpBeforeClass()  : void
Setup before running any test case
tearDown()  : void
Clean up after running each test case
tearDownAfterClass()  : void
Clean up after running all test cases
testPropertyAttachmentMetaDatas()  : mixed
Test attribute "attachment_meta_datas"
testPropertyBcc()  : mixed
Test attribute "bcc"
testPropertyCc()  : mixed
Test attribute "cc"
testPropertyCreatedAt()  : mixed
Test attribute "created_at"
testPropertyDomainId()  : mixed
Test attribute "domain_id"
testPropertyEmailId()  : mixed
Test attribute "email_id"
testPropertyEventName()  : mixed
Test attribute "event_name"
testPropertyFrom()  : mixed
Test attribute "from"
testPropertyInboxId()  : mixed
Test attribute "inbox_id"
testPropertyMessageId()  : mixed
Test attribute "message_id"
testPropertySubject()  : mixed
Test attribute "subject"
testPropertyTo()  : mixed
Test attribute "to"
testPropertyWebhookId()  : mixed
Test attribute "webhook_id"
testPropertyWebhookName()  : mixed
Test attribute "webhook_name"
testWebhookNewEmailPayload()  : mixed
Test "WebhookNewEmailPayload"

Methods

setUpBeforeClass()

Setup before running any test case

public static setUpBeforeClass() : void
Return values
void

tearDownAfterClass()

Clean up after running all test cases

public static tearDownAfterClass() : void
Return values
void

testPropertyAttachmentMetaDatas()

Test attribute "attachment_meta_datas"

public testPropertyAttachmentMetaDatas() : mixed
Return values
mixed

testPropertyCreatedAt()

Test attribute "created_at"

public testPropertyCreatedAt() : mixed
Return values
mixed

testPropertyDomainId()

Test attribute "domain_id"

public testPropertyDomainId() : mixed
Return values
mixed

testPropertyEventName()

Test attribute "event_name"

public testPropertyEventName() : mixed
Return values
mixed

testPropertyMessageId()

Test attribute "message_id"

public testPropertyMessageId() : mixed
Return values
mixed

testPropertyWebhookId()

Test attribute "webhook_id"

public testPropertyWebhookId() : mixed
Return values
mixed

testPropertyWebhookName()

Test attribute "webhook_name"

public testPropertyWebhookName() : mixed
Return values
mixed

testWebhookNewEmailPayload()

Test "WebhookNewEmailPayload"

public testWebhookNewEmailPayload() : mixed
Return values
mixed

Search results