We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6d7383 + cf6ecca commit f1591f9Copy full SHA for f1591f9
conversation/event/create-custom-event.js
@@ -18,7 +18,7 @@ const nexmo = new Nexmo({
18
})
19
20
nexmo.conversations.events.create(CONVERSATION_ID, {
21
- "type": `custom:${YOUR_EVENT_NAME}`
+ "type": `custom:${YOUR_EVENT_NAME}`,
22
"from": MEMBER_ID,
23
"body": {
24
"your": "data"
0 commit comments