Skip to content

[Components] encharge #13377

@pipedream-component-development

Description

encharge

URLs

Polling Sources

new-person-instant

Prompt

Emit new event when a new person is added. Required props include the 'person' object with details about the person being added.

tag-removed-from-person-instant

Prompt

Emit new event when a tag is removed from a person. Required props include the 'person' object and 'tag' string removed from the person. Optional prop could be a 'reason' string.

updated-person-instant

Prompt

Emit new event when a person is updated. Required props include the 'person' object with details about the updated person. Optional prop could be an 'updates' object containing details of what was updated.

Actions

archive-person

Prompt

Archives a record of a person in Encharge. Requires the person's ID as a prop. Optionally, you can include a note prop to add any comments to the archive.

remove-tag

Prompt

Removes a specific tag from a person in Encharge. Requires both the person's ID and the tag as props. The tag prop should match exactly the tag in Encharge.

add-or-update-person

Prompt

Creates a new person or updates an existing one in Encharge. Requires the person's info as props, such as their name, email, and other identifiers. If the person already exists, their record will be updated. Otherwise, a new person is created.

Metadata

Metadata

Assignees

Labels

triagedFor maintainers: This issue has been triaged by a Pipedream employee

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions