Emails
Manage all emails sent to clients
Last updated
Was this helpful?
Manage all emails sent to clients
Last updated
Was this helpful?
Was this helpful?
GET
https://wemx.app/api/v1/emails
Returns all emails sent to users
```json
{
"status": true,
"current_page": 1,
"data": [
{
"id": 1128,
"user_id":
https://wemx.app/api/v1/emails?include=user
user
https://wemx.app/api/v1/emails?filter[receiver]=client@example.com
id
, user_id
, sender
, receiver
, subject
, content
, button
, attachment
, is_sent
https://wemx.app/api/v1/emails?sort[created_at]=asc
id
, user_id
, receiver
, sender
, is_sent
, created_at
asc
, desc
, random
https://wemx.app/api/v1/emails?date=30days
today
Get emails created today
yesterday
Get emails created yesterday
3days
, 7days
, 14days
, 30days
, 90days
Get emails created last x days
YYYY-MM-DD,YYY-MM-DD
Get emails created between a range of dates