Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!

Rest API Put method data entry in Adobe campaign classic V7

Avatar

Level 2

Hi,

We have one of the interesting scenarios where the client wants to save the data inserted in.Net Microservices UI inside Adobe campaign custom Schema.

.Net microservices have Form-based UI and once user will click the submit button the Rest APi call method Put will insert a record in Adobe campaign Userdata Schema.

Example Rest URL is : https://api.XXXXXX.com/usersdata/1

Response is like given below.

{

"Rpid":12345,

"FirstName":"Andrian"

"LastName":"Paul"

"Email':"Adrian.XX@hotmail.com"

"Phone":"XXX-XXX-XXXX"

"SSN":XXX-XX-XXXX

"Reserved":"Y"

}

Same fields are in Userdata schema.

I have to create a workflow which should invoke by rest api and finally need to enrich and update the schema table.

please guide if someone has done a similar scenario in adobe campaign classic.

Kindly share some other rest apis case studies also so that i can work and suggest customer with some other modules also where we can put direct entry in adobe campaign db.

0 Replies