Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

IFTTT Trigger API

The Trigger API from IFTTT — 2 operation(s) for trigger.

IFTTT Trigger API is one of 2 APIs that IFTTT publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Trigger. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 2 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://maker.ifttt.com.

3 operations 2 paths 0 schemas 1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://maker.ifttt.com
Contact
Resource Areas
1

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 1 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Trigger 3
GET
/trigger/{event}/with/key/{key}
Trigger an event
triggerEvent 2 params → 200
POST
/trigger/{event}/with/key/{key}
Trigger an event with optional value payload
triggerEventWithValues 2 params body → 200
POST
/trigger/{event}/json/with/key/{key}
Trigger an event with a JSON payload
triggerEventWithJson 2 params body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ifttt-trigger-api-openapi.yml Raw ↑

Other APIs IFTTT publishes across the network.

IFTTT Maker Webhooks API