One platform for developers and marketers โ API, SMTP, testing sandbox, campaigns, analytics and more.
Clean REST API to send transactional & bulk email. JSON in, message-id out โ with per-message status and logs.
Point your app's SMTP at IT WALK and start sending โ no code changes, full delivery tracking.
Capture test emails in a safe inbox. Inspect HTML, headers, spam score and links before going live.
Design responsive campaigns with a drag-and-drop builder and send to segmented lists.
Trigger drip sequences and journeys based on subscriber actions and time.
Real-time opens, clicks, bounces, unsubscribes and conversions โ per campaign and per message.
Get notified of delivery, open, click, bounce and complaint events, signed for security.
Import contacts, build dynamic segments and keep lists clean with suppression handling.
SPF/DKIM/DMARC guidance, warm-up, per-server routing and reputation protection.
A predictable API, SMTP relay, a status endpoint and webhooks โ plus an interactive Swagger reference so your team can try calls right in the browser.
# 1. create a key on the dashboard # 2. send POST /mail-api/send X-Itwalk-Key: ... X-Itwalk-Secret: ... { "to":"user@x.com", "subject":"Hi", "html":"<b>Hello</b>" }