PipedreamHQ / PipedreamHQ/pipedream
[Components] appcues
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# appcues
## URLs
## Webhook Sources
### new-checklist-completed-instant
#### Prompt
Emit new event when a checklist is completed. Required props: The Checklist ID. No optional props are considered useful.
### new-web-flow-completed-instant
#### Prompt
Emit new event when a Web Flow is completed. Required props: The Web Flow ID. Optional props: User interaction details.
### new-custom-event-received-instant
#### Prompt
Emit new event when Appcues receives a custom event. Required props: Event Name and User ID. Optional props: Custom event parameters.
## Actions
### send-event
#### Prompt
Sends a desired event to the user's account. Event must be identified by a unique name prop, which is required. An optional returnEvent prop may be added to receive event's data.
### update-user-profile
#### Prompt
Updates the properties of a user's profile within the system. The userId prop, which uniquely identifies the user, is required. In addition, optional props may be added to update the specific attributes of the user profile.
### update-group-profile
#### Prompt
Changes the attributes of a given group. Required prop is groupId to specifically identify the group. Additional optional props could be used to adjust the specific aspects of the group profile.
Contributor guide
Assessment
This issue has not been assessed yet.