Get message
documentedRetrieve a message by ID.
GET https://api.unisender.com/ru/api/getMessageMessagesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.unisender.com/ru/api/getMessage?id={{$id}}&api_key={{UNISENDER_API_KEY}}" \
-X GET \
-H "Accept: application/json"