Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

message_id is reported as activity_id #88

Open
itamok opened this issue Jan 31, 2024 · 0 comments
Open

message_id is reported as activity_id #88

itamok opened this issue Jan 31, 2024 · 0 comments

Comments

@itamok
Copy link

itamok commented Jan 31, 2024

Re: https://developers.mailersend.com/api/v1/activity.html

When GET https://api.mailersend.com/v1/activity/{domain_id} is requested. The email.id is equal to activity.id. Please fix asap. We are unable to update message statuses.

Example of response structure:

{
  "data" : [{
    "id": "5ee0b166b251345e407c9207", // <--Activity ID
    "created_at": "2020-06-04 12:00:00",
    "updated_at": "2020-06-04 12:00:00",
    "type": "clicked",
    "email": {
        "id": "5ee0b166b251345e407c9207",  // <-- Activity ID instead of Email ID
        "from": "colleen.wiza@example.net",
        "subject": "Magni aperiam sunt nam omnis.",
        ...
    },
    ...
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant