Skip to content

Replit showing how to use the cards API and the data export API together

Notifications You must be signed in to change notification settings

turnhub/turnio-content-tags-replit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turn.io Content Tags & Card API integration

This replit shows how to use the data export API and the cards API to find out which bits of content where sent to which clients having which labels.

How to run this Repl.it

Run on Repl.it

  1. Click the Run on Repl.it button above and install this example into your Repl.it workspace.
  2. Get a Turn token and add it as a secret called TOKEN in Repl.it
  3. Optionally, set the TOKEN variable if your Turn instance is on a private cloud. If not, it will default to connect to https://whatsapp.turn.io.
  4. Send a message to your number by selecting a card in the Turn UI which has one or more labels assigned.
  5. Run this replit.

It will do the following:

  1. Use the Data Export API to retrieve messages from the last 24 hours
  2. It will select outbound messages which have a card_uuid
  3. Find the relevant card for the UUID using /v1/cards/<uuid>
  4. Print a summary of cards used and labels on said card.

About

Replit showing how to use the cards API and the data export API together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages