2

Could anyone let me know how can I create a profile list in Oracle responses via REST API call? I could do it via UI but I need to do automation via javascript.

Stanislav Mekhonoshin
  • 4,276
  • 2
  • 20
  • 25
Shilpa
  • 103
  • 1
  • 9
  • Typically the API is used for actions that would occur frequently, like many times per day. What is your use case that you would need to create a new profile list so frequently via the API? – Cale Sweeney Jun 27 '17 at 00:15

1 Answers1

1

You cannot create a profile list in Oracle Responsys via the API. That functionality is only accessible via the UI. You can update and merge on an existing list, but you cannot create a new one.

Cale Sweeney
  • 1,014
  • 1
  • 15
  • 37