pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] summit

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

summit

URLs

  • https://summit.readme.io/docs/preface

Polling Sources

new-contact

Prompt

Emit new event when a visitor has identified themselves with an email address. Required props are email address.

URLs

  • https://summit.readme.io/docs/requests
  • https://summit.readme.io/docs/api-keys-tokens
  • https://summit.readme.io/docs/endpoints
  • https://summit.readme.io/reference/hello-world

new-session

Prompt

Emit new event when a new session is finished. Required props are session id and end timestamp. Optional props are session metadata.

URLs

  • https://summit.readme.io/docs/requests
  • https://summit.readme.io/docs/api-keys-tokens
  • https://summit.readme.io/docs/endpoints
  • https://summit.readme.io/reference/hello-world

new-run

Prompt

Emit new event when a new simulation is run. Required props are simulation id and completion status. Optional props are run timestamp and simulation parameters.

URLs

  • https://summit.readme.io/docs/requests
  • https://summit.readme.io/docs/api-keys-tokens
  • https://summit.readme.io/docs/endpoints

Actions

run-model

Prompt

Runs a Summit model and captures a response field. The required props are 'model_name', where the user inputs the name of the model to run, and 'response_field', specifying the field to capture from the model's response.

URLs

  • https://summit.readme.io/docs/getting-started
  • https://summit.readme.io/docs/requests
  • https://summit.readme.io/docs/api-keys-tokens
  • https://summit.readme.io/docs/response-data
  • https://summit.readme.io/docs/endpoints

create-contact

Prompt

Creates a new contact in Summit. The required prop is 'contact_details', a composed prop where the user inputs the data for the contact, including name, email, phone, and such. Optionals props could be 'tags' or 'notes', where the user can input relevant tags or notes for the contact.

URLs

  • https://summit.readme.io/docs/requests
  • https://summit.readme.io/docs/api-keys-tokens
  • https://summit.readme.io/docs/endpoints