Documentation

CreateWebhookOptionsTest extends TestCase
in package

CreateWebhookOptionsTest Class Doc Comment

Tags
category

Class

description

Options for creating a webhook. Webhooks can be attached to inboxes and MailSlurp will POST a webhook payload to the URL specified whenever the webhook's event is triggered. Webhooks are great for processing many inbound emails and responding to other events at scale. Customize the payload sent to your endpoint by setting the `requestBodyTemplate` property to a string with moustache style variables. Property names from the standard payload model for the given event are available as variables.

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
testCreateWebhookOptions()  : mixed
Test "CreateWebhookOptions"
testPropertyBasicAuth()  : mixed
Test attribute "basic_auth"
testPropertyEventName()  : mixed
Test attribute "event_name"
testPropertyIgnoreInsecureSslCertificates()  : mixed
Test attribute "ignore_insecure_ssl_certificates"
testPropertyIncludeHeaders()  : mixed
Test attribute "include_headers"
testPropertyName()  : mixed
Test attribute "name"
testPropertyRequestBodyTemplate()  : mixed
Test attribute "request_body_template"
testPropertyUrl()  : mixed
Test attribute "url"
testPropertyUseStaticIpRange()  : mixed
Test attribute "use_static_ip_range"

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

testCreateWebhookOptions()

Test "CreateWebhookOptions"

public testCreateWebhookOptions() : mixed
Return values
mixed

testPropertyBasicAuth()

Test attribute "basic_auth"

public testPropertyBasicAuth() : mixed
Return values
mixed

testPropertyEventName()

Test attribute "event_name"

public testPropertyEventName() : mixed
Return values
mixed

testPropertyIgnoreInsecureSslCertificates()

Test attribute "ignore_insecure_ssl_certificates"

public testPropertyIgnoreInsecureSslCertificates() : mixed
Return values
mixed

testPropertyIncludeHeaders()

Test attribute "include_headers"

public testPropertyIncludeHeaders() : mixed
Return values
mixed

testPropertyRequestBodyTemplate()

Test attribute "request_body_template"

public testPropertyRequestBodyTemplate() : mixed
Return values
mixed

testPropertyUseStaticIpRange()

Test attribute "use_static_ip_range"

public testPropertyUseStaticIpRange() : mixed
Return values
mixed

Search results