We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43d6fbf + 1ea9431 commit 89f7347Copy full SHA for 89f7347
1 file changed
README.md
@@ -525,6 +525,16 @@ intercom.messages.create({
525
},
526
body: "halp"
527
})
528
+
529
+#From version 2.6 the type contact is not supported and you would have to use leads to send messages to a lead.
530
531
+intercom.messages.create({
532
+ from: {
533
+ type: "lead",
534
+ id: "536e5643as316c83104c400671"
535
+ },
536
+ body: "halp"
537
+})
538
```
539
540
#### Admins
0 commit comments