Skip to main content
1

Install the SDK

Install from CPAN using cpanminus:
2

Set your credentials

Create a config.cfg file in your project directory:
The SDK reads this file automatically. To obtain credentials, see Authentication.
3

Send your first email

Create a file send.pl:
Run it:
The response is a JSON string containing sourceTrackingId:
4

Check delivery status

Pass the tracking ID to getEmailDisposition:
The response JSON includes message_deliveries with per-recipient status.

Next steps

  • Email client: add HTML, attachments, CC/BCC, and handle errors
  • Forms client: retrieve form schemas and submit responses