Hello @rishabh_gupta17
I believe you are using amp-form in your email to capture some responses, and upon selection, the form data should be synced in AC.
This is possible in AC by creating a JSSP page. You will have to write the code to accept the content coming from email and then save it in AC.
In the action-xhr attribute for amp-form tag, you will have to use the AC JSSP URL:
Before doing this, you will have to fix a CORS issue. This means the AC endpoint should be able to receive data from any website.
You should already have this code in a sample JS file under Administration > Configuration > Javascript code > Search for amp
More information on amp-form is available here: Example: Advanced Server Request - amp.dev