Zapier
Workflow automation

Connect Zapier with crowd.dev

Connect with Zapier to access 5,000+ apps and automate workflows.

What it is

Zapier is a web-based service that allows users to create automated workflows by connecting different web applications and automating tasks between them without any coding required. It integrates with over 5,000 apps and can automate tasks like data entry, file management, and social media posting.

ā€

Supported triggers

Triggers are a Zapier way to listen for new events (basically webhooks). crowd.dev's Zapier integration supports two types of triggers:

1. New Activity

This trigger is activated when a new activity happens in your community platforms connected to crowd.dev. For example, someone starred your repo, sent a message in Discord, etc.

2. New Member

This trigger is activated when a new member joins your community platforms connected to crowd.dev. In crowd.dev, a member is considered anyone who performed at least one action at your community platforms - e.g., joined a Discord server or did something on GitHub (the trigger is activated only once for each user).

ā€

Supported Actions

Actions in Zapier are commands that the integration can perform (basically API calls). crowd.dev Zapier integration supports multiple actions:

Activity

  • Create or update activity for a member - takes a member object and information about activity and creates or updates an activity for this member in crowd.dev
  • Create or update activity - takes an activity object and creates or updates an activity in crowd.dev based on sourceId of activity and platform

Members

  • Create or update member - takes a member object and creates or updates a member in crowd.dev
  • Update member - takes a member object and updates an existing member in crowd.dev based on memberId. Fails if the member doesn't exist.
  • Find task - returns a member object for an existing member based on memberId. Fails if the member doesn't exist.
  • Delete member - deletes an existing member based on memberId. Fails if the member doesn't exist.

Organization

  • Create organization - creates a new organization in crowd.dev
  • Update organization - updates an existing organization in crowd.dev by organizationId. Fails if the organization doesn't exist.
  • Find organization - returns a organization object for an existing organization based on organizationId. Fails if the organization doesn't exist.
  • Delete organization - deletes an existing organization based on organizationId. Fails if the organization doesn't exist.

Task

  • Create task - creates a new task in crowd.dev
  • Update task - updates an existing task in crowd.dev by taskId. Fails if the task doesn't exist.
  • Find task - returns a task object for an existing task based on taskId. Fails if the task doesn't exist.
  • Delete task - deletes an existing task based on taskId. Fails if the task doesn't exist.

Note

  • Create note - create a new note in crowd.dev
  • Update note - updates an existing note in crowd.dev by noteId. Fails if the note doesn't exist.
  • Find note - returns a note object for an existing note based on noteId. Fails if the note doesn't exist.
  • Delete note - deletes an existing note based on noteId. Fails if the note doesn't exist.

ā€

Zapier is available on

  • Essential
  • Scale
  • Enterprise