Jump to Content
RumbleUpHome
HomeGuidesRecipesAPI ReferenceChangelog
v1.0

HomeLog InRumbleUp
API Reference
Log In
v1.0HomeGuidesRecipesAPI ReferenceChangelog
All
Pages
Start typing to search…

General

  • Overview
  • Authentication
  • Pagination
  • Error Messsages
  • Common Objects
  • Rate Limits

Projects (Actions)

  • Overview
    • Objects
    • Date Format
  • Endpoints
    • Get Projectget
    • Createpost
    • Updatepost
    • Send Test Messagepost
    • Submit for Outsourcingpost
    • Make Livepost
    • Stop Sending Messagespost
    • Statisticspost
  • Terms Agree

Contacts

  • Overview
    • Objects
    • Import Contacts
  • Endpoints
    • Get Contactspost
    • Contact Syncpost
    • Importpost
    • Get Contact Groupget
    • Downloadpost

Messaging

  • Overview
    • Objects
  • Endpoints
    • Get Next Contactget
    • Sendpost
    • Get Message Logget

Reports

  • Overview
    • Objects
    • Report Types
  • Endpoints
    • Createpost
    • Listget
    • Getget
    • Downloadget
    • Deleteget
  • CSV File Format

Webhooks

  • Overview
  • Configuration
  • Payload
  • Events
    • Contact Event
    • Message Event
    • Delivery Receipt Event
    • Proxy Provisioned Event
    • Report Created Event
    • Deprecated Events

TCR

  • Overview
    • Objects
  • Endpoints
    • Get Campaignsget
    • Get Brandsget

Proxy

  • Overview
    • Objects
  • Endpoints
    • Get Proxiesget
    • Send Messagepost
    • Order New Proxy Numberpost

Zapier

  • Overview
  • Steps
Powered by 

Payload

Webhook Payload

All events use the same format:

{
  "type": "TYPE",
  "ctime": TIMESTAMP,              
  "data": {....}
}

type - Event type
ctime - Unix Epoch time in milliseconds for when the event was sent data - JSON payload