Get offline message
documentedRetrieve a specific offline message by offlineMessageId.
GET /v1/offline-messages/{offlineMessageId}Offline Messagesno 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.happyfoxchat.com/v1/offline-messages/{{$offlineMessageId}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Timezone: {{$timezone}}" \
-H "Accept: application/json"