Sign in

Get Rich Content Message Status

documented

Retrieve the delivery/status information for a previously submitted rich content message.

GET /richcontent/v3/accounts/{AccountReference}/messages/{GatewayId}Rich Content APIno implementation yet0 runs
No 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://connect.esendex.com/richcontent/v3/accounts/{{$AccountReference}}/messages/{{$GatewayId}}" \
  -X GET \
  -H "Authorization: {{ESENDEX_API_KEY}}" \
  -H "Accept: application/json"
Get Rich Content Message Status · Esendex · OpenIntegrations