Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 525 Bytes

File metadata and controls

23 lines (13 loc) · 525 Bytes

replyOk

The acknowledgement body a webhook consumer returns to confirm it processed the event — the string {"status":"ok"}. Send it with a 2xx when the route is in ack mode (or always — it's harmless in lenient mode). Local, no network call.

Local — runs in the SDK, no network call.

Parameters

None.

Returns

string

Example

res = mk.replyOk()

← All methods · Docs · mailkite.dev