Skip to main content
GET
/
comms
/
v1
/
api
/
comms
/
templates
List templates for an event.
curl --request GET \
  --url https://api.qflowhub.io/comms/v1/api/comms/templates \
  --header 'Authorization: Bearer <token>' \
  --header 'Ocp-Apim-Subscription-Key: <api-key>'
[
  {
    "id": "<string>",
    "eventId": "<string>",
    "name": "<string>",
    "subject": "<string>",
    "html": "<string>",
    "fromAddress": "<string>",
    "fromName": "<string>",
    "replyTo": "<string>",
    "attachPdf": true,
    "created": "2023-11-07T05:31:56Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.qflowhub.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth 2.0 access token issued by https://identity.qflowhub.io/core. Include as Authorization: Bearer <token>. See the Authentication guide for the token flow.

Ocp-Apim-Subscription-Key
string
header
required

Your APIM subscription key. Sent in the welcome email when your account is enabled. Required on every request alongside the bearer token.

Query Parameters

eventId
string
required

Response

OK

id
string
eventId
string
name
string
subject
string
html
string
fromAddress
string
fromName
string
replyTo
string
attachPdf
boolean
created
string<date-time>