Expand my Community achievements bar.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

How to insert data into ACS using firefly

Avatar

Level 3

How we can insert data into Profile schema of ACS from firefly? @SarahXu 

Topics

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

1 Reply

Avatar

Level 4

Hi @_abhishek_ 

 

I believe you can use the ACS SDK / API to do that. You can `aio app init` with the Campaign template, which shows you how to use and work with the Campaign SDK, then try the following call to update your profile. 

Here's the update profile call from the SDK https://github.com/adobe/aio-lib-campaign-standard#CampaignStandardCoreAPI+updateProfile

 

Here's a code lab for viewing profile in ACS that might be helpful for you to understand how to connect to ACS in Firefly. https://adobeio-codelabs-campaign-standard-adobedocs.project-helix.page/?src=/README.html

 

Sarah