PipedreamHQ / PipedreamHQ/pipedream

[Components] OtterText

Open
#13,374 1 comment 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# OtterText
## URLs
## Webhook Sources
### new-form-submission-instant
#### Prompt
Emit new event when a customer submits a form on the website opt-in page or chat. Required props include the form ID and opt-in page URL. Optional props include the customer's contact information.
### new-message-received-instant
#### Prompt
Emit new event when a new message is received from an opted in customer or a new customer. The required prop is the message content. Optional props can be the customer's contact details or message timestamp.
## Actions
### add-contact
#### Prompt
Adds a new contact to the OtterText system. Props required: phone number. If the contact is not already in the system, it will be added and an opt-in message will be sent.
### send-scheduled-message
#### Prompt
Schedules a message to send to a contact in OtterText. Props required: date and time of the scheduled send, contact to send to, message content. Note that the contact must be opted-in.
### update-contact
#### Prompt
Updates the details of a contact in OtterText based on the provided phone number. Does not change the phone number itself, but may update other details. Props required: phone number, new details to add or change.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.