web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Need to pull all Event...
Power Automate
Unanswered

Need to pull all Eventbrite event attendees info into D365 using power automate

(0) ShareShare
ReportReport
Posted on by 29

Hi,

 

I am building a power automate flow to retrieve the eventbrite attendees information and populate in D365. As the out of box connector provided by power automate doesn't pull attendee information I had to go with building a custom flow for my requirement. 

 

I was able to pull the attendee information from eventbrite using the api. The issue that I currently face is not all the attendee information are pulled. I have a sample event with attendees of more than 60 but the flow pulls the first 52 attendee registrations. Can you please assist me in getting all the records from the Eventbrite?

Venkat_Aus_0-1609815757576.png

 

Output of the above HTTP2 is given below.

 

 

{
 "pagination": {
 "object_count": 4,
 "page_number": 1,
 "page_size": 50,
 "page_count": 1,
 "has_more_items": false
 },
 "attendees": [
 {
 "team": null,
 "costs": {
 "base_price": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "eventbrite_fee": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "gross": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "payment_fee": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "tax": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "creator_credits_used": null
 },
 "resource_uri": "https://www.eventbriteapi.com/v3/events/120894343235/attendees/2027827351/",
 "id": "2027827351",
 "changed": "2020-09-14T01:32:16Z",
 "created": "2020-09-14T01:32:16Z",
 "quantity": 1,
 "variant_id": null,
 "profile": {
 "first_name": "Color",
 "last_name": "Man",
 "addresses": {
 "home": {}
 },
 "company": "ABC",
 "name": "Mr. Color Man",
 "prefix": "Mr.",
 "home_phone": "43456787654",
 "cell_phone": "4543456787656",
 "email": "colorman@mbs.test.edu",
 "job_title": "Analyst"
 },
 "barcodes": [
 {
 "status": "unused",
 "barcode": "14529403492027827351001",
 "created": "2020-09-14T01:32:17Z",
 "changed": "2020-09-14T01:32:17Z",
 "checkin_type": 0,
 "is_printed": false
 }
 ],
 "answers": [
 {
 "answer": "Gluten Free",
 "question": "Any food requirement?",
 "type": "text",
 "question_id": "36277725"
 },
 {
 "answer": "Nope",
 "question": "Any allergies?",
 "type": "text",
 "question_id": "36277733"
 },
 {
 "answer": "Passport",
 "question": "What form of ID card you have?",
 "type": "text",
 "question_id": "36277767"
 }
 ],
 "checked_in": false,
 "cancelled": false,
 "refunded": false,
 "affiliate": "oddtdteb",
 "guestlist_id": null,
 "invited_by": null,
 "status": "Attending",
 "ticket_class_name": "General Admission",
 "delivery_method": "electronic",
 "event_id": "120894343235",
 "order_id": "1452940349",
 "ticket_class_id": "207901167"
 },
 {
 "team": null,
 "costs": {
 "base_price": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "eventbrite_fee": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "gross": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "payment_fee": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "tax": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "creator_credits_used": null
 },
 "resource_uri": "https://www.eventbriteapi.com/v3/events/120894343235/attendees/2027831147/",
 "id": "2027831147",
 "changed": "2020-09-14T01:37:39Z",
 "created": "2020-09-14T01:37:39Z",
 "quantity": 1,
 "variant_id": null,
 "profile": {
 "first_name": "Fish",
 "last_name": "Rod",
 "addresses": {
 "home": {}
 },
 "company": "tyuyhkhjkhj",
 "name": "Mr. Fish Rod",
 "prefix": "Mr.",
 "home_phone": "5676868676786",
 "cell_phone": "765768698",
 "email": "fishrod@mbs.test.edu",
 "job_title": "hghjgjggjghj"
 },
 "barcodes": [
 {
 "status": "unused",
 "barcode": "14529432432027831147001",
 "created": "2020-09-14T01:37:40Z",
 "changed": "2020-09-14T01:37:40Z",
 "checkin_type": 0,
 "is_printed": false
 }
 ],
 "answers": [
 {
 "answer": "bhgjjjhkhk",
 "question": "Any food requirement?",
 "type": "text",
 "question_id": "36277725"
 },
 {
 "answer": "hkjljkjhxgf",
 "question": "Any allergies?",
 "type": "text",
 "question_id": "36277733"
 },
 {
 "answer": "hjlkjc",
 "question": "What form of ID card you have?",
 "type": "text",
 "question_id": "36277767"
 }
 ],
 "checked_in": false,
 "cancelled": false,
 "refunded": false,
 "affiliate": "oddtdteb",
 "guestlist_id": null,
 "invited_by": null,
 "status": "Attending",
 "ticket_class_name": "General Admission",
 "delivery_method": "electronic",
 "event_id": "120894343235",
 "order_id": "1452943243",
 "ticket_class_id": "207901167"
 },
 {
 "team": null,
 "costs": {
 "base_price": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "eventbrite_fee": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "gross": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "payment_fee": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "tax": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "creator_credits_used": null
 },
 "resource_uri": "https://www.eventbriteapi.com/v3/events/120894343235/attendees/2028344397/",
 "id": "2028344397",
 "changed": "2020-09-14T12:36:05Z",
 "created": "2020-09-14T12:36:05Z",
 "quantity": 1,
 "variant_id": null,
 "profile": {
 "first_name": "PET",
 "last_name": "MAN",
 "addresses": {
 "home": {}
 },
 "company": "tttt",
 "name": "Mr. PET MAN",
 "prefix": "Mr.",
 "home_phone": "68768768686576",
 "cell_phone": "656598699879879",
 "email": "petman@mbs.test.edu",
 "job_title": "Analyst"
 },
 "barcodes": [
 {
 "status": "unused",
 "barcode": "14533379792028344397001",
 "created": "2020-09-14T12:36:06Z",
 "changed": "2020-09-14T12:36:06Z",
 "checkin_type": 0,
 "is_printed": false
 }
 ],
 "answers": [
 {
 "answer": "guyyuopup",
 "question": "Any food requirement?",
 "type": "text",
 "question_id": "36277725"
 },
 {
 "answer": "fytrtyoupi",
 "question": "Any allergies?",
 "type": "text",
 "question_id": "36277733"
 },
 {
 "answer": "yuoi[op",
 "question": "What form of ID card you have?",
 "type": "text",
 "question_id": "36277767"
 }
 ],
 "checked_in": false,
 "cancelled": false,
 "refunded": false,
 "affiliate": "oddtdteb",
 "guestlist_id": null,
 "invited_by": null,
 "status": "Attending",
 "ticket_class_name": "General Admission",
 "delivery_method": "electronic",
 "event_id": "120894343235",
 "order_id": "1453337979",
 "ticket_class_id": "207901167"
 },
 {
 "team": null,
 "costs": {
 "base_price": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "eventbrite_fee": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "gross": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "payment_fee": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "tax": {
 "display": "A$0.00",
 "currency": "AUD",
 "value": 0,
 "major_value": "0.00"
 },
 "creator_credits_used": null
 },
 "resource_uri": "https://www.eventbriteapi.com/v3/events/120894343235/attendees/2035002819/",
 "id": "2035002819",
 "changed": "2020-09-18T03:37:38Z",
 "created": "2020-09-18T03:37:38Z",
 "quantity": 1,
 "variant_id": null,
 "profile": {
 "first_name": "Ray",
 "last_name": "Mond",
 "addresses": {
 "home": {}
 },
 "company": "ghfghfgjfgfgj",
 "name": "Mr. Ray Mond",
 "prefix": "Mr.",
 "home_phone": "4536363",
 "cell_phone": "34254634634",
 "email": "raymond@mbs.test.edu",
 "job_title": "fdsdsdfsd"
 },
 "barcodes": [
 {
 "status": "unused",
 "barcode": "14584565872035002819001",
 "created": "2020-09-18T03:37:39Z",
 "changed": "2020-09-18T03:37:39Z",
 "checkin_type": 0,
 "is_printed": false
 }
 ],
 "answers": [
 {
 "answer": "dsfdfsasdsad",
 "question": "Any food requirement?",
 "type": "text",
 "question_id": "36277725"
 },
 {
 "answer": "hjgkghkgh",
 "question": "Any allergies?",
 "type": "text",
 "question_id": "36277733"
 },
 {
 "answer": "fdfsdfsdsdhd",
 "question": "What form of ID card you have?",
 "type": "text",
 "question_id": "36277767"
 }
 ],
 "checked_in": false,
 "cancelled": false,
 "refunded": false,
 "affiliate": "oddtdteb",
 "guestlist_id": null,
 "invited_by": null,
 "status": "Attending",
 "ticket_class_name": "General Admission",
 "delivery_method": "electronic",
 "event_id": "120894343235",
 "order_id": "1458456587",
 "ticket_class_id": "207901167"
 }
 ]
}

 

 

Thanks in advance

 

Regards

Venkat

Categories:
I have the same question (0)
  • VENKATESH VEERASAMY Profile Picture
    29 on at

    Can someone assist on this pls?

     

    Thanks

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 538 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 405 Moderator

#3
abm abm Profile Picture

abm abm 252 Most Valuable Professional

Last 30 days Overall leaderboard