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. Requires 'content' as prop that carries the feedback description. Optional props may include 'rating' to rate the service or feature, 'tag' for categorization and 'user_id' to link the feedback to a specific user.

URLs

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

create-feedback-call

Prompt

Creates a new feedback item for a call. Requires two props: 'call_id' and 'content'. 'call_id' to link the feedback to a specific call and 'content' to carry the feedback description. Optional props might include 'rating' and 'user_id' to tie the feedback to a user.

URLs

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