pipedream
pipedream copied to clipboard
[Components] insighto_ai
insighto_ai
URLs
- https://api.insighto.ai/docs#
Polling Sources
new-captured-form
Prompt
Emit new event when a new form is captured. Required props are form_id. Optional props could be user_id to fetch form by specific user.
new-conversation
Prompt
Emit new event when a new conversation is created. Conversation_id could be a required prop. Optional props could be user_id to initiate the conversation with a specific user.
new-contact
Prompt
Emit new event when a new contact is created. Required props include contact_id. An optional prop could be user_id, to create contact under a specific user.
Actions
add-text-blob
Prompt
Adds a text blob into an existing data source. Required prop: 'source-id' to specify the target data source; 'text-blob', a string value representing the text to be added.
create-contact
Prompt
Creates a new contact within the system. Required props: 'contact-info', containing details like name, email, phone. Optional prop: 'notes' for any additional information about the contact.
make-outbound-call
Prompt
Executes an outbound call to a specified phone number. Required prop: 'phone-number' where the call is intended. Optional prop: 'call-script' for a predefined conversation script.