pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] cardinal

Open pipedream-component-development opened this issue 1 year ago • 0 comments

cardinal

URLs

  • https://cardinal.docs.buildwithfern.com/getting-started/welcome

Actions

create-feedback

Prompt

Creates a new feedback item within the Cardinal system. Required props would be 'feedback_text' that contains the feedback text provided by the user. Optional prop could be 'metadata' where users can add any additional key-value pairs beneficial to their implementation.

URLs

  • https://cardinal.docs.buildwithfern.com/api-reference/feedback/createexternalfeedback
  • https://cardinal.docs.buildwithfern.com/api-reference/feedback/createexternalcallfeedback

create-call-feedback

Prompt

Creates a new feedback item specific to a call on the Cardinal system. The required props would be 'call_id', the unique identifier of the call, and 'feedback_text', the actual textual feedback. Could optionally support a 'call_metadata' prop to add any extra key-value pairs related to the call.

URLs

  • https://cardinal.docs.buildwithfern.com/api-reference/feedback/createexternalfeedback
  • https://cardinal.docs.buildwithfern.com/api-reference/feedback/createexternalcallfeedback