Easy Fast Temp Mail

유료
분류별 GoToCloud | 업데이트됨 לפני 4 ימים | Email
인기

7.6 / 10

지연 시간

1,600ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

get email attachment

Rapid account: Tyknot
tyknot
לפני 3 שנים

is there a way to get an email attachment when specifying the message id?

The “get email” endpoint returns emails but not able to specify a value to return just attachments from the response

Rapid account: Vittorio Nardone
vittorio.nardone Commented לפני 3 שנים

Hi!

A new endpoint is now available to directly download attachments.

To get list of email attachments, call this endpoint: add “/attachments” at the end of the path.

curl -H “x-rapidapi-host:easy-fast-temp-mail.p.rapidapi.com”
-H "x-rapidapi-key: place-your_rapidapi_key_here"
https://easy-fast-temp-mail.p.rapidapi.com/passionately.unshammed@my24h.email/n2hekqdpg9peph1ncbiivokuh1ki9qr4fqn3s001/attachments
JSON Response includes all attachments found in the email body:

{“attachments”: [
{“idx”: 0, “filename”: “ronaldo.png”, “size”: 99663, “content-type”: “image/png; name=“ronaldo.png””},
{“idx”: 1, “filename”: “README.md”, “size”: 18876, “content-type”: “text/markdown; charset=“US-ASCII”; name=“README.md””}
]
}
To download a specific attachment, add idx query parameter.

curl -H “x-rapidapi-host:easy-fast-temp-mail.p.rapidapi.com”
-H "x-rapidapi-key: place-your_rapidapi_key_here"
https://easy-fast-temp-mail.p.rapidapi.com/passionately.unshammed@my24h.email/n2hekqdpg9peph1ncbiivokuh1ki9qr4fqn3s001/attachments?idx=0

Feel free to give me feedback.
Regards

Rapid account: Vittorio Nardone
vittorio.nardone Commented לפני 3 שנים

Hi!

No, the “get email content” endpoint returns complete email message only.

But your request is interesting and i think I’ll add this feature soon.
Can you send me an example of the API request you will like?

Thanks,
Vittorio

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입