Announcement

Collapse
No announcement yet.

HTTP Post attributes from parent

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HTTP Post attributes from parent

    Hello,
    I have created a workflow that has an action to send HTTP Request to slack webhook, and I am wondering if it is possible to use in payload field values from parent.

    The scenario:
    - Opportunity has been closed as won
    - Send to slack message: "Account name" - "Opportunity name" - has been won.

    The opportunity has a standard setup, default as in espo, that it is possible to assign the opportunity with an account - same field.

    Any way to get the "Account name" ? I can get the Opportunity name easily via {$name}.

    Thank you!

  • #2
    Got it.... {$accountName}

    Comment

    Working...
    X