mailkite_stop_sequence
Stop an ongoing email sequence by passing the cancelKey set when starting, or provide sequence and email together. Returns a count, making it safe to call from webhooks.
Instructions
Stop whatever is chasing someone. Pass the cancelKey you set when starting — so you cancel with your own invoice or order id and never store ours — or pass sequence and email together when you did not set one. Always answers 200 with a count, so it is safe to fire blindly from a webhook. Requires an API key (mk_live_…).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | The contact to stop, used with `sequence`. | ||
| sequence | No | Sequence name or id. Use with `email` when no cancelKey was set. | |
| cancelKey | No | The key you passed to startSequence. Stops every in-flight run carrying it. |