Documentation

WebhookNewContactPayloadTest extends TestCase
in package

WebhookNewContactPayloadTest Class Doc Comment

Tags
category

Class

description

NEW_CONTACT 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 that contains a recipient that has not been saved as a contact.

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
testPropertyCompany()  : mixed
Test attribute "company"
testPropertyContactId()  : mixed
Test attribute "contact_id"
testPropertyCreatedAt()  : mixed
Test attribute "created_at"
testPropertyEmailAddresses()  : mixed
Test attribute "email_addresses"
testPropertyEventName()  : mixed
Test attribute "event_name"
testPropertyFirstName()  : mixed
Test attribute "first_name"
testPropertyGroupId()  : mixed
Test attribute "group_id"
testPropertyLastName()  : mixed
Test attribute "last_name"
testPropertyMessageId()  : mixed
Test attribute "message_id"
testPropertyMetaData()  : mixed
Test attribute "meta_data"
testPropertyOptOut()  : mixed
Test attribute "opt_out"
testPropertyPrimaryEmailAddress()  : mixed
Test attribute "primary_email_address"
testPropertyTags()  : mixed
Test attribute "tags"
testPropertyWebhookId()  : mixed
Test attribute "webhook_id"
testPropertyWebhookName()  : mixed
Test attribute "webhook_name"
testWebhookNewContactPayload()  : mixed
Test "WebhookNewContactPayload"

Methods

tearDownAfterClass()

Clean up after running all test cases

public static tearDownAfterClass() : void
Return values
void

testPropertyEmailAddresses()

Test attribute "email_addresses"

public testPropertyEmailAddresses() : mixed
Return values
mixed

testPropertyPrimaryEmailAddress()

Test attribute "primary_email_address"

public testPropertyPrimaryEmailAddress() : mixed
Return values
mixed

testPropertyWebhookName()

Test attribute "webhook_name"

public testPropertyWebhookName() : mixed
Return values
mixed

testWebhookNewContactPayload()

Test "WebhookNewContactPayload"

public testWebhookNewContactPayload() : mixed
Return values
mixed

Search results