Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 715 Bytes

File metadata and controls

22 lines (12 loc) · 715 Bytes

Connect Dub to Tinybird

  1. Open the Dub UI and go to the Settings > Webhooks page.

  2. Select "Create Webhook".

  3. In Tinybird, go to Tokens, and copy the append token.

  4. Back in Dub, paste the Events API URL as your webhook URL. Use the query parameter name=dub and token=<your token>. For example:

https://api.tinybird.co/v0/events?name=dub&token=TOKEN
  1. Select the checkboxes for the events you want to send to Tinybird, and select "Create webhook".

  2. You're done. Dub will now push events to Tinybird via the Events API.

See also