Sign in

Get offline message

documented

Retrieve a specific offline message by offlineMessageId.

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