POST
/v1/delivery?squid={squid_hash}Configure Email Delivery
Set up email notifications for squid run completionsConfigure email delivery to receive notifications when your squid runs complete. You can choose to receive immediate notifications or attach results for later use.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
| Content-Type | application/json | Yes |
Request Body
emailstring
RequiredExample: user@example.com
notificationsboolean
RequiredExample: true
Response Field Explanations
email
string
Example: user@example.com
notifications
boolean
Example: true
notifications_activation_date
string
Example: 2025-02-26T15:48:48.538226
Parameters
squidstring
RequiredExample:
c106a44a98044ef18acc59986ae10967Pro Tip
Set notifications to false if you want to manage email delivery manually rather than receiving automatic notifications.
Note
The notifications_activation_date is automatically set when you enable notifications for the first time.
Warning
Make sure the email address is valid and can receive emails. Invalid addresses will cause delivery failures.
Pro Tip
Use the Test Email endpoint to verify your email configuration before activating notifications.