Contact Form Url

View as Markdown
This is a reference example, not something you Send from here — Coi is the caller, your server is the receiver. Configure the target URL in the admin at System > Site Settings > "Codes and Scripts" tab > "Webhook for Forms", with the GET mode selected. GET mode: Coi does simple string substitution of {fieldName} placeholders in your URL with the submitted form field values (whatever field names your form actually uses — {שם}/{אימייל}/{טלפון} above are just examples), plus a {pageTitle} placeholder. A placeholder Coi has no value for is dropped from the query string entirely, not left in as empty. No headers or body — the parameters are baked into the URL. Fires once per successful form submission. No retry on failure.

Query parameters

namestringOptional

Example placeholder only — the real field name comes from your form’s own field, not a fixed value. This whole {token} gets replaced with the submitted value.

emailstringOptional

Same idea — placeholder for whatever field the merchant’s form uses for email.

phonestringOptional

Same idea — placeholder for whatever field the merchant’s form uses for phone.

Response

Successful response