We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d20d6 commit c4f9491Copy full SHA for c4f9491
docs/index.rst
@@ -195,6 +195,20 @@ Intercom documentation: `Replying on a Message Thread <http://api.intercom.io/d
195
thread_id=123,
196
body="Not much either :(")
197
198
+Events
199
+-----------
200
+
201
+Submitting Events
202
++++++++++++++++++
203
204
+Intercom documentation: `Submitting Events <http://doc.intercom.io/api/v1/#submitting-events>`_.
205
206
+::
207
208
+ from intercom import Event
209
+ impression = Event.create(event_name="sent-invite",
210
+ user_id="314159")
211
212
Development
213
===========
214
0 commit comments