Talkable Create Coupon API

The Create Coupon API from Talkable — 1 operation(s) for create coupon.

Operations 1

POST /your_api_create_coupon_web_hook_path Create Coupon #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/talkable-create-coupon-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

talkable-create-coupon-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Talkable Advocate Offers Create Coupon API
  version: '2.0'
  contact:
    name: API Reference
    url: https://docs.talkable.com/api_v2/
servers:
- url: https://www.talkable.com
security:
- api_key: []
tags:
- name: Create Coupon
paths:
  /your_api_create_coupon_web_hook_path:
    post:
      summary: Create Coupon
      tags:
      - Create Coupon
      parameters: []
      operationId: create_coupon
      responses:
        '200':
          description: Talkable considers a Webhook as "delivered successfully" when a site server returns a 2xx response status. Otherwise Talkable will continually retry to deliver a Webhook after a set interval of time.
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                key:
                  type: string
                  description: Talkable security key
                site:
                  $ref: ../schemas.yaml#/site_slug
                type:
                  type: string
                  example: create_coupon_web_hook
                extras:
                  type: object
                  example: {}
                payload:
                  type: object
                  properties:
                    coupon_auto_sync_enabled:
                      type: boolean
                      description: Shopify Coupon auto-sync status. Note that the webhook takes precedence over Shopify Coupon auto-sync
                    coupon_code:
                      type: string
                      description: Unique coupon code
                    coupon_list_id:
                      type: integer
                      description: ID of the coupon list that needs to be filled
                    coupon_list_name:
                      type: string
                      description: Name of the coupon list that needs to be filled
                    email:
                      $ref: '#components/schemas/email'
                      description: Email of the Advocate. This field is only relevant for personal coupons.
                    phone_number:
                      $ref: '#components/schemas/phone_number'
                      description: Phone number of the Advocate. This field is only relevant for personal coupons.
                    discount_amount:
                      type: string
                      example: '10.0'
                    percentage_discount:
                      type: boolean
                      description: When true percentage discount should be created, otherwise fixed discount
                    usage_limit:
                      type: integer
                      description: Number of usages for the coupon
                    expires_at:
                      $ref: ../schemas.yaml#/date_time
                      description: Coupon expiration date
components:
  securitySchemes:
    api_key:
      type: http
      scheme: bearer
      description: Please provide here your API key, you can find it in Site Settings -> API Integration -> API Key