Skip to main content

Create and send a buy link

Give the agent exact commercial terms and an existing, consented customer ID. Do not provide a raw phone number.

Prompt

Create a draft service product named “Meetup consultation” with the description “A focused 45-minute Inttegro consultation.” Add an active GHS 350.00 price, create a single-use buy link limited to one unit, and send it to customer <CUSTOMER_ID> with the prefix “Your consultation link:”. Ask me to confirm every change separately. Report the product ID, price ID, canonical buy-link URL, and SMS delivery status.

The agent performs four separately confirmed actions:

  1. create_product creates the draft service.
  2. create_product_price sends amount: "350.00" and currency: "GHS". MCP converts the exact major-unit decimal to the API's minor-unit representation internally.
  3. create_buy_link limits quantity to one and makes the link single-use.
  4. send_buy_link_sms verifies the link, constructs its hosted URL server-side, and sends the confirmed message.

Each accepted action returns its own authoritative result. Declining or canceling one confirmation prevents that step. Separating product and price creation also keeps a price failure from being reported as a completed product-and-price transaction.

Sample response

Buy link created and sent

The result preserves the identity and outcome of every confirmed action.

Buy-link card + status table
Product
Meetup consultation
prod_example_consultation
Price
GHS 350.00
price_example_350
Buy link
Active
Single use · quantity 1
SMS
Sent
chime_example_sms
ActionResult
Create productDraft product created
Create priceActive GHS price created
Create buy linkActive single-use link created
Send linkSMS initialized

Illustrative values. The exact presentation depends on the MCP client.