Log Yelp events near a location to Google Sheets
This trigger fires when a new event is listed near a location.
Developer info
- API endpoint slug
- yelp.new_event
Trigger fields
Location Location input > Radius
- Label
- Events near an area
- Slug
- location
- Required
- true
- Can have default value
- true
Ingredients
Event name Name of the event.
- Slug
- event_name
- Filter code
- Yelp.newEvent.EventName
- Type
- String
- Example
- Live Jazz Night
Event description Description of the event.
- Slug
- event_description
- Filter code
- Yelp.newEvent.EventDescription
- Type
- String
- Example
- An evening of live jazz featuring local musicians.
Event category Category of the event.
- Slug
- event_category
- Filter code
- Yelp.newEvent.EventCategory
- Type
- String
- Example
- Music
Time start When the event starts.
- Slug
- time_start
- Filter code
- Yelp.newEvent.TimeStart
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Time end When the event ends. Blank when the event has no listed end time.
- Slug
- time_end
- Filter code
- Yelp.newEvent.TimeEnd
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Is free Either 'true' or 'false'. Whether the event is free to attend.
- Slug
- is_free
- Filter code
- Yelp.newEvent.IsFree
- Type
- String
- Example
- false
Cost Numeric value as a string. The event's minimum cost. Blank when the event is free or the cost is unlisted.
- Slug
- cost
- Filter code
- Yelp.newEvent.Cost
- Type
- String
- Example
- 15
Attending count Numeric value as a string. Number of people marked as attending.
- Slug
- attending_count
- Filter code
- Yelp.newEvent.AttendingCount
- Type
- String
- Example
- 42
Event image url Image for this event.
- Slug
- event_image_url
- Filter code
- Yelp.newEvent.EventImageUrl
- Type
- Image URL
- Example
- https://s3-media0.fl.yelpcdn.com/ephoto/example/o.jpg
Event url A link to the event's Yelp page.
- Slug
- event_url
- Filter code
- Yelp.newEvent.EventUrl
- Type
- Web URL
- Example
- https://www.yelp.com/events/example-event
