Skip to content

Mark

My feedback

1 result found

  1. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    6 comments  ·  Developers » API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Mark commented  · 

    That worked, thanks!

    An error occurred while saving the comment
    Mark commented  · 

    Thanks for this info! This helps me understand how this API call works.

    In this case, I want the second option - sending email to everyone registered for an event, and not the wait list. (we're sending a post-event feedback email, and manually sending it each time)

    Unfortunately, I still don't quite have the body right. Using event 1000 as an example, I've tried

    {
    "Subject": "test email",
    "Body": "test email",
    "Recipients": [
    {
    "Type": "EventAttendees_All",
    }
    ],
    "EventId": 1000
    }

    and

    {
    "Subject": "test email",
    "Body": "test email",
    "Type": "EventAttendees_All",
    "EventId": 1000
    }

    But still getting a 400. What should I be sending instead?

    Mark shared this idea  · 

Feedback and Knowledge Base