No route found for contact_message

Created on 14 March 2017, almost 8 years ago
Updated 18 July 2024, 5 months ago

From Chrome Postman call a POST request over json.

URL: contact_message?_format=json
Basic Auth...
Content-type: application/json

Body:

{
    "contact_form":[{"target_id":"my_contact_form_machinename"}],
    "name":[{"value":"my_login_name"}],
    "mail":[{"value":"my_email"}],
    "subject":[{"value":"REST contact form"}],
    "message":[{"value":"REST message body"}]
}

Message:
{"message":"No route found for \u0022POST \/contact_message\u0022"}

Maybe there is a solution?

🐛 Bug report
Status

Closed: outdated

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024