---
title: "Queue Product and Company Invitations"
method: POST
path: "/invitation"
tags: ["Product Review Invitations", "Company Review Invitations"]
---

# Queue Product and Company Invitations

`POST /invitation`

## Query parameters

- `store` string, required
- `apikey` string, required

## Request body

- ProductInvitation — Product Review Invitation
  - `name` string — Customer Name
  - `email` string — Customer Email Address
  - `order_id` string — Customer Order Reference
  - `template_id` string — Invitation email template id
  - `phone` string — Customers mobile phone number
  - `date_send` string — Time email to be sent
  - `country_code` string — Alpha-2 country code of customer
  - `branch` string — The branch name
  - `products` InvitationProduct[] — Products
    - `sku` string, required — Product Identifier
    - `name` string — Product Name
    - `imageUrl` string — Product Image
    - `pageUrl` string — Product Page URL
    - `gtin` string — GTIN
    - `mpn` string — MPN
    - `description` string — description
    - `category` string — category
    - `lookup` string — Product Group - groups product reviews together

## Response `200`

OK

- object
  - `success` string — If the request succeeded
  - `messages` string[] — Plaintext information on whether Invitations were queued or not.

---

[API](https://skmtc.net/reviews/apis/reviews-io-api.md) · [All operations](https://skmtc.net/reviews/apis/reviews-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reviews/reviews-io-api/versions/ea87e0d855cc/schema)
