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 7d22a3f commit c6a81edCopy full SHA for c6a81ed
intercom/service/conversation.py
@@ -70,7 +70,7 @@ def __reply(self, reply_data):
70
response = self.client.post(self.reply_url(_id), reply_data)
71
return self.collection_class().from_response(response)
72
73
- def add_customer_to_conversation(self, data):
+ def add_customer_to_conversation(self, **data):
74
"""Add a customer to a conversation."""
75
_id = data.pop('id')
76
response = self.client.post(self.customers_url(_id), data)
0 commit comments