Add a list entry
POST
https://myagentmail.com/v1/inboxes/{id}/lists/{lid}/entriesFor agents View as Markdown
Path parameters
idrequired string | Inbox UUID |
lidrequired string | List UUID |
Request body
Content-Type: application/json
emailrequired string | format: email |
displayNamestring | |
metadataobject |
Responses
201application/jsonCreated
idstring | format: uuid |
emailstring | format: email |
displayNamestring | |
metadataobject | |
createdAtstring | format: date-time |
409application/jsonResource already exists
errorrequired string | |
codestring |
Authentication
Send your API key in the X-API-Key header (or Authorization: Bearer <key>). Any prefix accepted by this endpoint — tk_, wk_, ak_, or sa_ — is documented in the key prefix table.