APIs & Integrations

yorambaron
Participant

How to set the owner field - ticket API creation

SOLVE

Hello,

 

I want to create a new ticket by the ticket API, I didn't find the ticket owner in the Ticket Data section, I only found the ticket creator.

How do I set the ticket owner via the API?

 

Thanks,

Yoram

0 Upvotes
1 Accepted solution
himanshurauthan
Solution
Thought Leader | Elite Partner
Thought Leader | Elite Partner

How to set the owner field - ticket API creation

SOLVE
Hello @yorambaron

Ticket owner can be assigned via POST api call for creating a new ticket. In the api request you need to set hubspot_owner_id property and in this pass the value of hubspot user ID. The usr ID can be accessed from Ticket properties and then Ticket Owner.

Thanks
Digital Marketing & Inbound Expert In Growth Hacking Technology

View solution in original post

2 Replies 2
himanshurauthan
Solution
Thought Leader | Elite Partner
Thought Leader | Elite Partner

How to set the owner field - ticket API creation

SOLVE
Hello @yorambaron

Ticket owner can be assigned via POST api call for creating a new ticket. In the api request you need to set hubspot_owner_id property and in this pass the value of hubspot user ID. The usr ID can be accessed from Ticket properties and then Ticket Owner.

Thanks
Digital Marketing & Inbound Expert In Growth Hacking Technology
yorambaron
Participant

How to set the owner field - ticket API creation

SOLVE

Thank you so much! This is exactly what I needed.