Receive Email
Allowing creating proxy emails that forward incoming emails to real email like [email protected] > [[email protected], [email protected]]. Also provides webhooks and rest api for browsing
{
"type": "string",
"id": "string",
"attributes": {
"recipient_email": "string",
"sender_email": "string",
"payload": {
"To": "string",
"From": "string",
"Subject": "string",
"recipient": "string",
"sender": "string",
"body-html": "string",
"body-plain": "string",
"attachments": "string"
},
"attachments": [
{
"url": "string"
}
],
"is_processed": true,
"created_at": "string",
"updated_at": "string"
}
}
Response example. If you want to see more check the documentation.