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

TalkPush Message Templates API API

Endpoints for managing Message Templates — the structured, token-based messages used by autoflows and integrations for standardised communications (interview invitations, rejection notices, offer letters, onboarding instructions). Templates are returned and accepted with content in Handlebars format (e.g. `{{candidate_name}}`), regardless of how they are stored internally. Use `GET /messaging/tokens` to discover the full list of tokens available in your company.

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

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

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

Requests are made against a single base URL, https://company_subdomain.talkpush.com/api/talkpush_services.

3 operations 2 paths 7 schemas 1 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.0
Base URL
https://your-company.talkpush.com/api/talkpush_services
Resource Areas
1

Paths & Operations 3

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

Message Templates API 3

Endpoints for managing Message Templates — the structured, token-based messages used by autoflows and integrations for standardised communications (interview invitations, rejectio…

GET
/messaging/templates
List message templates
6 params → 200401500
POST
/messaging/templates
Create a message template
1 param body → 201401422500
PATCH
/messaging/templates/{id}
Update a message template
2 params body → 200401404422500

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are message_template (11 properties), message_template_update_request (7 properties), message_template_create_request (7 properties), message_template_error (3 properties). Each schema is shown below with its type and property counts.

message_template_single_response
object
1 property 1 required
message_templates_list_response
object
1 property 1 required
token
object
A message token available for use in template content.
3 properties 3 required
message_template
object
A Message Template used by autoflows and integrations for standardised communications.
11 properties 11 required
message_template_create_request
object
7 properties 5 required
message_template_error
object
3 properties 2 required
message_template_update_request
object
All fields are optional. Only provided fields are updated.
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs TalkPush publishes across the network.

TalkPush Agents API API
TalkPush Calls API API
TalkPush Campaigns API API
TalkPush Candidate Attributes API API
TalkPush Document Tags API API
TalkPush Folders API API
TalkPush Labels API API
TalkPush Leads API API
TalkPush Managers API API
TalkPush Messaging API API
TalkPush Movement Reasons API API
TalkPush Requisition Management System API