Meeting Request Relationship Links

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • clayton.gable
    Junior Member
    • Sep 2025
    • 5

    #1

    Meeting Request Relationship Links

    I am trying to create workflows that will map answers from Meeting Scheduler form questions to fields on the Lead. However, I cant find the names of the relationship links between Requests, questions, and answers to create any workflows.
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9696

    #2
    It's not possible via the UI I believe.

    Though you can explore in metadata:


    Code:
    https://your_domain/api/v1/Metadata
    Links are under entityDefs > {EntityType} > links path.

    If you open it in the browser, F12 > Network tab to view the JSON in a convenient way.

    Comment

    • clayton.gable
      Junior Member
      • Sep 2025
      • 5

      #3
      Thank you! This worked. For anyone else the link name is 'answers'.

      Comment

      Working...