Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
What is a target?
A target is a configurable endpoint with a configurable payload according to thetemplate
A target is usually directed at an Omneo endpoint, which is able to redirect the payload to a supported comms platform (Sendgrid, Mailchimp etc)
Targets can be configured against definition triggers to be triggered when certain conditions are met.
Example target template:
The template field defines the structure of the payload sent to the specifiedurl.
The template field allows fancy date formatting and number formatting.
| Attribute | Description |
|---|---|
id INTEGER | A unique Omneo ID of the target |
url URL | The URL endpoint of the target. The payload will be sent to this url when the target is triggered |
name STRING | The name of the target |
handle STRING | A unique handle for the target |
template STRING | The template defining the payload sent with to the target. This template supports |
description STRING | An internal description for the target |
notes STRING | Internal notes for the target |
created_at STRING DATE-TIME READ-ONLY | The UTC date & time the target record was created in ISO 8601 format. |
updated_at STRING DATE-TIME READ-ONLY | The UTC date & time the target record was last updated in ISO 8601 format. |