For AI agents: visit https://wowing-api.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
wowing-api
API Reference
v1.1

Log Inwowing-api
API Reference
Log In
v1.1API Reference

Basic Information

  • Auth Flows
    • Login based
    • API-Token based
  • Error Responses
    • Access Error (401 or 403)
    • Form Validation Error (422)
    • General Client or Server Error (others 4xx and 5xx)

wowing api

  • Authentication
    • Loginpost
    • Validate Authenticationget
    • Authenticated User Detailsget
    • Logoutpost
  • Automations (Campaigns)
    • Indexget
    • Createpost
    • Updateput
    • Deletedel
  • Contacts
    • Indexget
    • Createpost
    • Batch create
    • Skipput
    • File uploadpost
  • Files
    • Createpost
    • Deletedel
    • Showget
  • Outbound Webhooks
    • Indexget
    • Createpost
    • Updateput
    • Deletedel
  • User-Onboardingget
  • App Versionsget

Outbound Webhooks / Events

  • Connection test
  • General Event Request Structure
  • Events
    • contact.auto_response_scheduled
    • contact.notification_due
    • contact.mail_sent
    • notification.mail_viewed
    • notification.landing_page_viewed
    • notification.file_viewed
    • notification.file_viewed_25_percent
    • notification.file_viewed_50_percent
    • notification.file_viewed_75_percent
    • notification.file_viewed_100_percent
    • notification.cta_clicked
    • notification.opted_out
    • opt_out.delete
Powered by 

contact.auto_response_scheduled

Event

When: after a contact was created and there is a auto response scheduled

Payload structure:

{"scheduled_at":"2019-08-16 09:53:08"}

Updated over 4 years ago


Updated over 4 years ago