Hi there. I need little help. How to get Task Type id trough api ? I need to add task with id but don’t find how to get list with all task types.
Tnx
Hi there. I need little help. How to get Task Type id trough api ? I need to add task with id but don’t find how to get list with all task types.
Tnx
Hey @reikidojo,
I am not sure it is possible. The only way to get the id might be if you created the tasktype via API yourself.
It is something that might be possible with our new v3 API currently in beta here - https://developers.activecampaign.com/reference
Thank you on answer. I found hard way . On ActiveCampaign settings page with Task Type it is seen task type id if we look at code with code inspector. For now, this works for me to get info that I needed
Hey reikidojo,
Biannca here from our CX team. I wanted to share some insights into this thread if anyone comes across this.
Since this post, we have released API v3 where you can locate the Task Type ID by running this API endpoint “List all task types” -https://developers.activecampaign.com/reference/list-all-deal-task-types
Please don’t hesitate to reply back out or email us at help@activecampaign.com if you have any further questions.