Easy Fast Temp Mail

フリーミアム
よって GoToCloud | 更新済み 4 days ago | Email
人気

8 / 10

レイテンシー

1,421ms

サービスレベル

100%

Health Check

N/A

すべてのディスカッションに戻る

get email attachment

Rapid account: Tyknot
tyknot
3 years ago

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 years ago

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 years ago

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

ディスカッションに参加しましょう-以下にコメントを追加してください:

ログイン/サインアップして新しいコメントを投稿