You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to return the URL to the submission in the API response after the submission is verified.
The system could use this URL to store the information in the backend or send the link to the recipient of a submission.
Example:
A frontend user fills out a form, clicks the mosparo checkbox, and submits the form
The system (for example, WordPress website) verifies the data with the mosparo verification API
mosparo returns that the data contains no spam. Additionally, mosparo returns the URL to the stored submission.
The WordPress plugin emails the submission to the website administrator. The URL to the submission was added to the email to the administrator.
The administrator sees that there is spam in the submission. The administrator can access the submission in the mosparo backend with a simple click on the link.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The idea is to return the URL to the submission in the API response after the submission is verified.
The system could use this URL to store the information in the backend or send the link to the recipient of a submission.
Example:
Beta Was this translation helpful? Give feedback.
All reactions