[% INCLUDE 'header.html', title => 'External import' %]
You may inject problem reports into FixMyStreet programatically using this simple interface. Upon receipt, an email will be sent to the address given, with a link the user must click in order to check the details of their report, add any other information they wish, and then submit to the council.
This interface returns a plain text response; either SUCCESS if the report has been successfully received, or if not, a list of errors, one per line each starting with ERROR:.
You may submit the following information by POST to this URL (i.e. [% c.uri_for('/import') %] ):
[% IF NOT errors AND NOT c.req.params.web %] [% END %] [% INCLUDE 'footer.html' %]