front.conversation.update

Element details

type: meya.front.component.conversation.update
class: FrontConversationUpdateComponent
path: /meya/front/component/conversation/update.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
specOverride the original spec for this element.nullSpec
integrationA string identifier for the Front integration (e.g. integration.front)FrontIntegrationRef
attachments_urlA list of file URLs to attach to the conversation[]list
textThe plain text version of the messagenullstr
htmlThe HTML version of the messagenullstr
contextSend context data with this component's event.{}
dict
sensitivetruebool
triggersActivate these dynamic triggers when the component runs. Check the component triggers guide for more info.[]list
conversation_idThe Front conversation ID. Conversation IDs have the format cnv_xxxxxxxxnullstr
assignee_idThe Front ID of the teammate to assign the conversation to. Set it to null to unassign. Teammate IDs have the format tea_xxxxstr
assignee_emailThe email of the teammate to assign the conversation to. Set it to null to unassign.str
inbox_idThe Front ID of the inbox to move the conversation to. Inbox IDs have the format inb_xxxxxnullstr
statusThe new status of the conversationnullstr
tag_idsA list of Front tag IDs. Tag IDs have the format tag_xxxxxxnulllist

Usage reference

Basic

triggers:
  - keyword: meya.front.component.conversation.update
steps:
  - type: meya.front.component.conversation.update
    integration: integration.front
    assignee_id: STRING
    assignee_email: STRING

Full

triggers:
  - keyword: meya.front.component.conversation.update
steps:
  - type: meya.front.component.conversation.update
    spec:
      type: STRING
      data:
        STRING: ANY
      timeout: 123
      trigger_when: ANY
    integration: integration.front
    attachments_url:
      - STRING
    text: STRING
    html: STRING
    context:
      STRING: ANY
    sensitive: false
    triggers:
      - type: STRING
        data:
          STRING: ANY
        timeout: 123
        trigger_when: ANY
    conversation_id: STRING
    assignee_id: STRING
    assignee_email: STRING
    inbox_id: STRING
    status: STRING
    tag_ids:
      - STRING