Settings

Mode

Contrast

Stretch

Presets

Active

12

Total Webhooks

+8.2%

98.5%

Success Rate

24h

3,847

Events Triggered

Review

3

Failed Webhooks

Campaign Complete Notification

campaign.completed

active
https://api.myapp.com/webhooks/campaign-complete

Last Triggered

2 hours ago

Success Rate

99.2%

Total Calls

1,247

Actions

Email Opened Events

email.opened

active
https://hooks.slack.com/services/T00000000/B00000000

Last Triggered

5 minutes ago

Success Rate

100%

Total Calls

8,934

Actions

Contact Sync

contact.created

active
https://api.crm.com/contacts/webhook

Last Triggered

1 hour ago

Success Rate

98.7%

Total Calls

456

Actions

Failed Campaign Alert

campaign.failed

inactive
https://api.myapp.com/webhooks/campaign-failed

Last Triggered

3 days ago

Success Rate

95.5%

Total Calls

23

Actions

Email Clicked Tracking

email.clicked

active
https://analytics.myapp.com/email-clicks

Last Triggered

10 minutes ago

Success Rate

99.8%

Total Calls

3,421

Actions

Secure API Access

Your API keys provide programmatic access to Laravel Mail. Keep them secure and never share them publicly.

Encrypted at Rest SSL/TLS Required Auto-Expire in 90 Days

Production API Key

Created 2024-01-15

active
sk_live_••••••••••••••••••••••••••4y5z6

Permissions

read write

Last Used

2 hours ago

Expires

2024-04-15

Actions

Development Key

Created 2024-02-01

active
sk_test_••••••••••••••••••••••••••9k3m2

Permissions

read write delete

Last Used

5 minutes ago

Expires

2024-05-01

Actions

Analytics Dashboard

Created 2023-12-10

expiring
sk_live_••••••••••••••••••••••••••7h2n8

Permissions

read

Last Used

1 day ago

Expires

2024-03-01

Actions

Mobile App Key

Created 2024-01-20

inactive
sk_live_••••••••••••••••••••••••••5p9q1

Permissions

read write

Last Used

Never

Expires

2024-04-20

Actions

8,234

Successful

147

Failed

1.2s

Avg Response

Campaign Complete

200 145ms

/webhooks/campaign-complete

2024-03-15 14:23:45

Campaign Complete

200 145ms

/webhooks/campaign-complete

2024-03-15 14:23:45

GET /v1/campaigns

200 89ms

/v1/campaigns

2024-03-15 14:22:12

Email Opened

500 2.3s

/webhooks/email-opened

2024-03-15 14:20:33

POST /v1/contacts

201 234ms

/v1/contacts

2024-03-15 14:18:56

Contact Sync

200 167ms

/webhooks/contact-sync

2024-03-15 14:15:22

Email Opened

500 2.3s

/webhooks/email-opened

2024-03-15 14:20:33

POST /v1/contacts

201 234ms

/v1/contacts

2024-03-15 14:18:56

Contact Sync

200 167ms

/webhooks/contact-sync

2024-03-15 14:15:22

Campaign Complete

200 145ms

/webhooks/campaign-complete

2024-03-15 14:23:45

Campaign Complete

200 145ms

/webhooks/campaign-complete

2024-03-15 14:23:45

Contact Sync

200 167ms

/webhooks/contact-sync

2024-03-15 14:15:22

POST /v1/contacts

201 234ms

/v1/contacts

2024-03-15 14:18:56

Contact Sync

200 167ms

/webhooks/contact-sync

2024-03-15 14:15:22

Campaign Complete

200 145ms

/webhooks/campaign-complete

2024-03-15 14:23:45

Campaign Complete

200 145ms

/webhooks/campaign-complete

2024-03-15 14:23:45

GET /v1/campaigns

200 89ms

/v1/campaigns

2024-03-15 14:22:12

Email Opened

500 2.3s

/webhooks/email-opened

2024-03-15 14:20:33

POST /v1/contacts

201 234ms

/v1/contacts

2024-03-15 14:18:56

Contact Sync

200 167ms

/webhooks/contact-sync

2024-03-15 14:15:22

Quick Start

Get started with Laravel Mail API in minutes

1

Generate API Key

Create a new API key from the API Keys tab

2

Make Your First Request

Use your API key to authenticate requests

3

Setup Webhooks

Configure webhooks to receive real-time events

Authentication

Include your API key in the request header

curl https://api.outreachly.io/v1/campaigns \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

API Endpoints

POST /v1/campaigns

Create new campaign

GET /v1/contacts

List all contacts

POST /v1/contacts

Add new contact

GET /v1/analytics

Get analytics data

PUT /v1/campaigns/:id

Update campaign

Webhook Events

Campaign Events

  • • campaign.created
  • • campaign.sent
  • • campaign.completed
  • • campaign.failed

Email Events

  • • email.delivered
  • • email.opened
  • • email.clicked
  • • email.bounced

Contact Events

  • • contact.created
  • • contact.updated
  • • contact.subscribed
  • • contact.unsubscribed