type: meya.directly.component.engage.question
class: DirectlyQuestionComponent
path: /meya/directly/component/engage/question.py
signature: -
Fields
field | signature | required | type | default |
---|---|---|---|---|
integration | ○ | ◉ | DirectlyIntegrationRef | |
○ | ◉ | str | ||
text | ○ | ○ | str | null |
name | ○ | ○ | str | null |
subject | ○ | ○ | str | null |
Examples
Basic
triggers:
- keyword: meya.directly.component.engage.question
steps:
- type: meya.directly.component.engage.question
integration: integration.directly
email: STRING
Full
triggers:
- keyword: meya.directly.component.engage.question
steps:
- type: meya.directly.component.engage.question
integration: integration.directly
email: STRING
text: STRING
name: STRING
subject: STRING