Header:
https://{SERVER_ADDRESS}/MAILSUGGEST/?Nom={NAME}&Prenom={FIRST_NAME}&Email={EMAIL}&Instance={VALUE}&Pays={COUNTRY_CODE}&Licence={LICENCE_CODE}
Simply replace the items in braces with your information:
Parameter | Expected value type | Value description | Mandatory/Optional |
Server address | {SERVER_ADDRESS} | Address of the DQE server that will process the data | Mandatory |
Licence | {LICENCE_CODE} | Number assigned to you as your license code | Mandatory |
Nom | {NAME} | Last name entered in the form | Mandatory |
Prenom | {FIRST NAME} | First name entered in the form | Mandatory |
{EMAIL} | Part of the email already entered by the user | Optional | |
Pays | {COUNTRY_CODE} | ISO country code (3 letters) | Optional |
Instance | {VALUE} | Allows you to pass a value during the call | Optional |