IN PROGRESS
*NOTE
GrowthZone integrated with Zapier is very limited. The only triggers we have available are as follows:
- GrowthZone has a Membership trigger that will pass membership details when a new membership is added or a change is made to an existing membership
- GrowthZone has an Event Registration trigger that will pass registration details for all or specified events when a registration occurs.
This page is not complete; we will continue adding data to it as it is documented.
Depending on your needs, there is different data that can be sent out of GrowthZone to the destination via Zapier.
Data Sent to Zapier for Events
Field | Type | Description | Example |
---|---|---|---|
id |
string |
Unique identifier of the event |
3kTMd4Y9a |
name |
string |
Name of the event |
Members Picnic |
description |
string |
Detailed description of the event. Can contain HTML. |
Annual picnic for renewing members of the association |
shortDescription |
string |
Short description for display in constrained spaces |
Annual members-only picnic |
categories |
array of strings |
Categories assigned to the event |
Picnic, Social |
location |
PlaceInfo |
Location of the event |
|
start.date |
string (ISO 8601 date time) |
The start date of an all day event |
2022-09-01 |
start.dateTime |
string (ISO 8601 date time w/ offset) |
The start date and time of the event (not all day) |
2022-09-01T08:00:00-0600 |
start.timeZone |
string (IANA timezone) |
The timeZone of a non-all-day event. |
America/Chicago |
end.date |
string (ISO 8601 date time) |
The end date of an all day event |
2022-09-01 |
end.dateTime |
string (ISO 8601 date time w/ offset) |
The end date and time of the event (not all day) |
2022-09-01T08:30:00-0600 |
end.timeZone |
string (IANA timezone) |
The timeZone of a non-all-day event. |
America/Chicago |