type: meya.teckst.integration
class: TeckstIntegration
path: /meya/teckst/integration/integration.py
signature: -
Fields
field | signature | required | type | default | description |
---|---|---|---|---|---|
spec | ○ | ○ | Spec | null | Override the original spec for this element |
enabled | ○ | ○ | bool | true | Enables the integration, allowing it to process events and HTTP entries |
filter | ○ | ○ | IntegrationFilter | rx_sub: true | |
verify_token | ○ | ○ | str | null | |
max_attachment_size | ○ | ○ | int | null | Controls maximum attachment size supported by the integration in bytes |
markdown | ○ | ○ | list | false | |
typing | ○ | ○ | bool | true | When set to 'False', all typing indicators received by the integration will be ignored. |
teckst_client_id | ○ | ◉ | str | Alphanumeric client ID provided by Teckst | |
teckst_api_key | ○ | ◉ | str | Alphanumeric API key provided by Teckst | |
teckst_phone_number | ○ | ◉ | str | Integration phone number provided by Teckst | |
teckst_api_url | ○ | ◉ | str | Teckst API URL, e.g. | |
meya_api_key | ○ | ◉ | str | Meya customer-defined API key |
Examples
Basic
type: meya.teckst.integration
teckst_client_id: STRING
teckst_api_key: STRING
teckst_phone_number: STRING
teckst_api_url: STRING
meya_api_key: STRING
Full
type: meya.teckst.integration
spec:
type: STRING
data:
STRING: ANY
timeout: 123
trigger_when: ANY
enabled: false
filter:
rx_sub: STRING
rx: STRING
tx: STRING
tx_pub: STRING
verify_token: STRING
max_attachment_size: 123
markdown:
- format|linkify|breaks|typographer
typing: false
teckst_client_id: STRING
teckst_api_key: STRING
teckst_phone_number: STRING
teckst_api_url: STRING
meya_api_key: STRING