Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Updating Options using REST API

Avatar

Level 4

Hi

Is there a way in which we can perform CRUD operations on 'Options' table using REST APIs.

 

Thanks,

Rahul

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

API
1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

No, you can't do that directly.

What you can do:

  • Create a custom resource
    Here you can modify values via API
    Use a technical workflow which is parsing changes in the custom resources and applies these changes to the options
  • Else you could create a workflow with an external signal
    Here you could include the parameters and then use them in Update Data activites

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

No, you can't do that directly.

What you can do:

  • Create a custom resource
    Here you can modify values via API
    Use a technical workflow which is parsing changes in the custom resources and applies these changes to the options
  • Else you could create a workflow with an external signal
    Here you could include the parameters and then use them in Update Data activites