Skip to content

Commit c4f9491

Browse files
committed
Adding Events docs.
1 parent 77d20d6 commit c4f9491

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,20 @@ Intercom documentation: `Replying on a Message Thread <http://api.intercom.io/d
195195
thread_id=123,
196196
body="Not much either :(")
197197

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+
198212
Development
199213
===========
200214

0 commit comments

Comments
 (0)