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

Willo Message Templates API

Invite, reminder, and success email/SMS templates sent to participants.

Willo Message Templates API is one of 9 APIs that Willo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Message Templates. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 2.0.

Requests are made against 2 base URLs: https://api.willotalent.com/api/integrations/v2, https://api.stage.willotalent.com/api/integrations/v2.

6 operations 2 paths 3 schemas 1 DELETE2 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0
Base URL
https://api.willotalent.com/api/integrations/v2
Authentication
API Key
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Willo Message Templates API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKeyAuth). By default, every request must be authenticated.

  • apiKeyAuth — The integration key ("API key") available on the Willo Integrations page at https://app.willotalent.com/integrations, sent in the Authorization header. Each us…

Paths & Operations 6

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

Message Templates 6

Invite, reminder, and success email/SMS templates sent to participants.

GET
/message-templates/
List Templates
listMessageTemplates → 200401
POST
/message-templates/
Create Template
createMessageTemplate body → 201400401
GET
/message-templates/{key}/
Template Details
getMessageTemplate 1 param → 200401404
PUT
/message-templates/{key}/
Update Message Template (PUT)
replaceMessageTemplate 1 param body → 200401404
PATCH
/message-templates/{key}/
Update Message Template (PATCH)
updateMessageTemplate 1 param body → 200401404
DELETE
/message-templates/{key}/
Delete Message Template
deleteMessageTemplate 1 param → 204401404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are MessageTemplate (5 properties), MessageTemplateInput (4 properties), Error (1 property). Each schema is shown below with its type and property counts.

MessageTemplate
object
An invite, reminder, or success email/SMS template.
5 properties
Error
object
1 property
MessageTemplateInput
object
4 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

willo-message-templates-api-openapi.yml Raw ↑

Other APIs Willo publishes across the network.

Willo Child Organisations API
Willo Departments API
Willo Interview Templates API
Willo Interviews API
Willo Participants API
Willo Reference API
Willo Users API
Willo Webhooks API