Close menu
Explore Plans
Mobile menu Close menu
Circle

New member joined

This trigger fires every time a new member joins your Circle community.

Developer info

API endpoint slug
circle.new_member_joined

Trigger fields

No fields for this trigger

Ingredients

Member The unique ID of the community member.

Slug
member_id
Filter code
Circle.newMemberJoined.MemberId
Type
String
Example
12345

Member name The full name of the member.

Slug
member_name
Filter code
Circle.newMemberJoined.MemberName
Type
String
Example
Jane Doe

Email The email address of the member.

Slug
email
Filter code
Circle.newMemberJoined.Email
Type
String
Example
jane@example.com

Bio The member's bio.

Slug
bio
Filter code
Circle.newMemberJoined.Bio
Type
String
Example
Course creator and community builder.

Avatar url URL of the member's avatar image.

Slug
avatar_url
Filter code
Circle.newMemberJoined.AvatarUrl
Type
Image URL
Example
https://circle.so/avatars/jane.jpg

Profile url URL of the member's Circle profile.

Slug
profile_url
Filter code
Circle.newMemberJoined.ProfileUrl
Type
Web URL
Example
https://your-community.circle.so/u/janedoe

Joined at The date and time the member joined.

Slug
joined_at
Filter code
Circle.newMemberJoined.JoinedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00