Send Event Email
Developing
PUT
/attendee/{attendee_id}/send_event_email/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/attendee//send_event_email/?chapter=642' \
--header 'Referer: https://gdg.community.dev/dashboard/gdg-jakarta/events/88619/registrations' \
--header 'X-Csrftoken: MwN4XUZPvMtzDX2gEaH8z7cEMYT8ngaDTmgjo2UaPZLIZfPOanleNh7MvxsD5faR' \
--header 'Content-Type: application/json'
Response Response Example
[
{
"id": 1106647,
"attendee_uuid": "76bfce64-485e-4bc1-b0b4-c899ec1295ea",
"attendee_code": "GOOGA241106647",
"first_name": "tes",
"last_name": "tes",
"email": "tes3@tes.com",
"title": "",
"company": "",
"twitter": null,
"avatar": {},
"profile_url": "/u/mz5fge/",
"featured": null,
"event": 68970,
"masked_email": "t***@tes.com",
"order_id": null,
"discount_code": null,
"user": {
"id": 1057519,
"first_name": "tes",
"last_name": "tes",
"username": "mz5fge",
"email": "t***@tes.com"
},
"user_id": 1057519,
"chapter_member_id": null,
"created_date": "2024-07-20T04:54:58.391925Z",
"checkin_date": null,
"deleted_date": null,
"paid_price": null,
"paid_currency": null,
"ticket_title": null,
"ticket_audience_type_enum_value": null,
"is_checked_in": false,
"status": "registered",
"origin_app": "",
"event_chapter_id": 642,
"cohost_registration_chapter": null,
"cohost_registration_chapter_title": null,
"name": "tes tes"
}
]
Request
Path Params
attendee_id
integer
required
Query Params
chapter
string
optional
Example:
642
Header Params
Content-Type
string
required
Example:
application/json
Referer
string
required
Example:
https://gdg.community.dev/dashboard/gdg-jakarta/events/88619/registrations
X-Csrftoken
string
required
CsrfToken
from Bevy HeadersExample:
MwN4XUZPvMtzDX2gEaH8z7cEMYT8ngaDTmgjo2UaPZLIZfPOanleNh7MvxsD5faR