# Kann keine URL value als Custom taks field über API setzen

**URL:** https://community.awork.com/t/kann-keine-url-value-als-custom-taks-field-ueber-api-setzen/4288
**Category:** Developer Forum
**Created:** [17. Dezember 2025 um 11:31 UTC](https://community.awork.com/t/kann-keine-url-value-als-custom-taks-field-ueber-api-setzen/4288 "2025-12-17T11:31:51Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![Felix8](https://avatars.discourse-cdn.com/v4/letter/f/ba9def/32.png) [@Felix8](https://community.awork.com/u/Felix8)
#### Post date: [17. Dezember 2025 um 11:31 UTC](https://community.awork.com/t/kann-keine-url-value-als-custom-taks-field-ueber-api-setzen/4288/1 "2025-12-17T11:31:51Z")

</div>

Hallo!

Ich würde gerne eine URL als custom taks field setzen leider sehe ich in der API Dokumentation keinen solchen typen: [https://developers.awork.com/apiv1/custom-fields/sets-the-custom-fields-for-a-task](https://developers.awork.com/apiv1/custom-fields/sets-the-custom-fields-for-a-task)

---

<div class="post-metadata">

### Author: ![Sebastian](https://dub1.discourse-cdn.com/flex013/user_avatar/community.awork.com/sebastian/32/89_2.png) [@Sebastian](https://community.awork.com/u/Sebastian)
#### Post date: [17. Dezember 2025 um 11:36 UTC](https://community.awork.com/t/kann-keine-url-value-als-custom-taks-field-ueber-api-setzen/4288/2 "2025-12-17T11:36:39Z")

</div>

Hi @Felix8 and welcome. You should be able to set the `textValue` of the custom field, which is used by the URL-type custom fields as well.

See this example.

> **[Setting a custom field value for a task - Custom Fields | awork API |...](https://developers.awork.com/customfields#setting-a-custom-field-value-for-a-task)**
>
> Custom fields allow users to add custom properties to tasks via projects and project templates. Custom fields can be of different types, such as text, number, date, and more. Custom fields are created at the workspace level, activated for a project...

I hope this helps.

---

<div class="post-metadata">

### Author: ![Felix8](https://avatars.discourse-cdn.com/v4/letter/f/ba9def/32.png) [@Felix8](https://community.awork.com/u/Felix8)
#### Post date: [17. Dezember 2025 um 11:44 UTC](https://community.awork.com/t/kann-keine-url-value-als-custom-taks-field-ueber-api-setzen/4288/3 "2025-12-17T11:44:29Z")

</div>

Leider nicht:

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/awork1/original/2X/e/e78b5dcb20cff0dd917e566cab820bf0359608e8.png)

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/awork1/original/2X/5/50b68506bfde67b8e3d0988dc36f96eeb8aecc0a.png)

---

<div class="post-metadata">

### Author: ![Sebastian](https://dub1.discourse-cdn.com/flex013/user_avatar/community.awork.com/sebastian/32/89_2.png) [@Sebastian](https://community.awork.com/u/Sebastian)
#### Post date: [17. Dezember 2025 um 12:04 UTC](https://community.awork.com/t/kann-keine-url-value-als-custom-taks-field-ueber-api-setzen/4288/4 "2025-12-17T12:04:58Z")

</div>

I think there is something wrong with the model you’re sending. Please make sure it looks like in the documentation.

| |
| --- |
| |

```auto
[

      {

          "customFieldDefinitionId": "123e4567-e89b-12d3-a456-426614174000",

          "textValue": "S1: Business Critical"

       }

]

```

---

<div class="post-metadata">

### Author: ![Felix8](https://avatars.discourse-cdn.com/v4/letter/f/ba9def/32.png) [@Felix8](https://community.awork.com/u/Felix8)
#### Post date: [17. Dezember 2025 um 12:41 UTC](https://community.awork.com/t/kann-keine-url-value-als-custom-taks-field-ueber-api-setzen/4288/5 "2025-12-17T12:41:28Z")

</div>

> [@Sebastian](#):
>
> ```auto
> [
> 
> {
> 
> "customFieldDefinitionId": "123e4567-e89b-12d3-a456-426614174000",
> 
> "textValue": "S1: Business Critical"
> 
> }
> 
> ]
> 
> ```

I use this one:

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/awork1/original/2X/c/c6c052561a56f5fda4840ab271cccaebd4a6b47a.png)

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/awork1/original/2X/5/5e73291d124e4f3827bbf59599df2b12680652d2.png)

---

<div class="post-metadata">

### Author: ![Sebastian](https://dub1.discourse-cdn.com/flex013/user_avatar/community.awork.com/sebastian/32/89_2.png) [@Sebastian](https://community.awork.com/u/Sebastian)
#### Post date: [17. Dezember 2025 um 12:48 UTC](https://community.awork.com/t/kann-keine-url-value-als-custom-taks-field-ueber-api-setzen/4288/6 "2025-12-17T12:48:29Z")

</div>

Looks correct, but it was different before. Is this working?

---

<div class="post-metadata">

### Author: ![Felix8](https://avatars.discourse-cdn.com/v4/letter/f/ba9def/32.png) [@Felix8](https://community.awork.com/u/Felix8)
#### Post date: [17. Dezember 2025 um 12:50 UTC](https://community.awork.com/t/kann-keine-url-value-als-custom-taks-field-ueber-api-setzen/4288/7 "2025-12-17T12:50:14Z")

</div>

![image](https://europe1.discourse-cdn.com/flex013/uploads/awork1/original/2X/c/ce4b798a8a87f1c0ad02fef006fbd472c60fc6bb.png)

---

<div class="post-metadata">

### Author: ![Sebastian](https://dub1.discourse-cdn.com/flex013/user_avatar/community.awork.com/sebastian/32/89_2.png) [@Sebastian](https://community.awork.com/u/Sebastian)
#### Post date: [17. Dezember 2025 um 12:53 UTC](https://community.awork.com/t/kann-keine-url-value-als-custom-taks-field-ueber-api-setzen/4288/8 "2025-12-17T12:53:59Z")

</div>

Has the custom field been added to the project of the task you’re trying to set it for? This can be done in the UI or via the API as well. Only needed once per project. [Links a custom field definition to the specified project. | awork API | Documentation](https://developers.awork.com/apiv1/custom-fields/post-link-custom-field-definition-by-project-id)

---

<div class="post-metadata">

### Author: ![Felix8](https://avatars.discourse-cdn.com/v4/letter/f/ba9def/32.png) [@Felix8](https://community.awork.com/u/Felix8)
#### Post date: [17. Dezember 2025 um 12:57 UTC](https://community.awork.com/t/kann-keine-url-value-als-custom-taks-field-ueber-api-setzen/4288/9 "2025-12-17T12:57:35Z")

</div>

Okay! That was the missing bit. How Can I now add a tag to the task?

---

<div class="post-metadata">

### Author: ![Sebastian](https://dub1.discourse-cdn.com/flex013/user_avatar/community.awork.com/sebastian/32/89_2.png) [@Sebastian](https://community.awork.com/u/Sebastian)
#### Post date: [17. Dezember 2025 um 13:50 UTC](https://community.awork.com/t/kann-keine-url-value-als-custom-taks-field-ueber-api-setzen/4288/10 "2025-12-17T13:50:14Z")

</div>

You can find the docs for adding a tag to a task here: [Adds a batch of tags to the task with the specified id. | awork API | Documentation](https://developers.awork.com/apiv1/task-tags/post-add-task-tags)

---

<div class="post-metadata">

### Author: ![Felix8](https://avatars.discourse-cdn.com/v4/letter/f/ba9def/32.png) [@Felix8](https://community.awork.com/u/Felix8)
#### Post date: [17. Dezember 2025 um 13:56 UTC](https://community.awork.com/t/kann-keine-url-value-als-custom-taks-field-ueber-api-setzen/4288/11 "2025-12-17T13:56:10Z")

</div>

Thats a lot of custom API modules needed. Are you planning to alter your [Make.com](http://Make.com) modules so these things are supported in e.g. the create a task module?

---

<div class="post-metadata">

### Author: ![Sebastian](https://dub1.discourse-cdn.com/flex013/user_avatar/community.awork.com/sebastian/32/89_2.png) [@Sebastian](https://community.awork.com/u/Sebastian)
#### Post date: [17. Dezember 2025 um 13:59 UTC](https://community.awork.com/t/kann-keine-url-value-als-custom-taks-field-ueber-api-setzen/4288/12 "2025-12-17T13:59:27Z")

</div>

The Make integrations was built by [Make.com](http://Make.com), not by us, so this question would be better addressed to their support. We do have a more extensive n8n integration which offers more flexibility, However, with the number of API endpoints of the awork API, these integrations will always be slightly limited. For certain more complex use cases creating custom HTTP requests is just more flexible.
