Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 516 Bytes

File metadata and controls

25 lines (15 loc) · 516 Bytes

testWebhook

Send a signed test event to the domain's webhook.

HTTP: POST /api/domains/{id}/webhook/test

Parameters

Name In Description
id path

Returns

test-webhook-response — see the test-webhook-response schema.

Example

Object res = mk.testWebhook("dom_1");

← All methods · Docs · mailkite.dev