I can create a message and send it to a user, but when they reply it goes to the admin who created the message. I'd like to have this assigned to a group instead, which I can do in the Intercom UI. There doesn't appear to be an option to set that via API.
Is there a way to set the "Assign replies to" value to a message via the API?
Best answer by Roy
Hello @andy g 👋, Welcome to Interconnect
If we are talking about admin-initiated conversations here, it's not possible to define "Assign replies to" via API at this time.
Workaround:
- You Can create admin-initiated conversation via API;
- Save conversation ID in your platform;
- Use "Assign a conversation" API to assign it to a specific team or admin. Example:
$ curl https://api.intercom.io/conversations/ConversationIDhere/parts
{
"type": "team",
"admin_id": "3998818",
"assignee_id": "4556297", //TeamID Here
"message_type": "assignment"
}
It's really good feedback for @Product Wishlist group to allow users to define default assigned during creating Admin-initiated conversations via API.
I hope this will be helpful and just let me know if you need any further assistance about this topic.
Have a great week ahead.
Reply
Join the Intercom Community 🎉
Already have an account? Login
Login to the community
No account yet? Create an account
Intercom Customers and Employees
Log in with SSOEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.