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

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

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.

I hope this helps.

Leider nicht:

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

[

      {

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

          "textValue": "S1: Business Critical"

       }

]

I use this one:

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

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

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

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

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

The Make integrations was built by 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.