You're sending the payload correctly, but you have...
# 💻developers
a
You're sending the payload correctly, but you have to catch it with a trigger. The code in the card is:
Copy code
js
const { dtype, text } = event.payload.payload
console.log(`Type is ${dtype}`)
console.log(`Text is ${text}`)