Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assigning Conversation #181

Closed
rossgeesman opened this issue Jul 22, 2015 · 4 comments · Fixed by #182
Closed

Assigning Conversation #181

rossgeesman opened this issue Jul 22, 2015 · 4 comments · Fixed by #182

Comments

@rossgeesman
Copy link

I'm trying to figure out how to assign conversations to an admin. Let's say I have an Intercom::Conversation object called 'convo' and a Intercom::Admin object called admin:

convo.assignee = admin
INTERCOM_API.conversations.save(convo)

This is giving me NameError: undefined local variable or method `id'. Am I doing this wrong? Is this not supported by the API or wrapper?

@bscanlan
Copy link
Member

Hey Ross!

We're literally working on conversation assignment APIs this week 😸

We expect to have Ruby SDK support next week. If something terrible happens and we don't get to it as expected, I'll update this issue.

@rossgeesman
Copy link
Author

Awesome thanks!

On Wed, Jul 22, 2015 at 10:46 PM, Brian Scanlan notifications@github.com
wrote:

Hey Ross!

We're literally working on conversation assignment APIs this week [image:
😸]

We expect to have Ruby SDK support next week. If something terrible
happens and we don't get to it as expected, I'll update this issue.


Reply to this email directly or view it on GitHub
#181 (comment)
.

@bobjflong
Copy link
Contributor

Hi @rossgeesman - the attached PR should demonstrate how to assign conversations via the API. We are planning on improving the interface for assignments in an upcoming release.

@rossgeesman
Copy link
Author

Thanks so much for keeping me in the loop! I'll let you know if we have any
problems.
On Jul 27, 2015 10:43 PM, "Bob Long" notifications@github.com wrote:

Hi @rossgeesman https://github.com/rossgeesman - the attached PR should
demonstrate how to assign conversations via the API. We are planning on
improving the interface for assignments in an upcoming release.


Reply to this email directly or view it on GitHub
#181 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants