What I do not understand is that the exact same request does work on the testing interface furnished by EventBrite.
Is there a special way to format my request’s body?
Thanks a lot for your help!
PS: I confirm that I’m using the POST method and that my account is correctly authenticated.
Page 1 / 1
Hey @AC3438!
Am I right in thinking that you’re using the EventBrite API Request action, rather than a Webhooks by Zapier action for this?
Either way, looking at EventBrite’s API documentation it doesn’t mention anything about how to format the body of the request when copying an event. But looking at the example given on the Creating an Event from Scratch section it seems like it’s formatted a bit differently:
It looks like those fields would need to be called “start” and “end” rather than “start_date” and “end_date”. And you’d want to specify the timezone and put the date/times under UTC.
If that updating the body request to match the example from EventBrite’s API documentation doesn’t work, can you share details of any error messages you’re seeing?
Looking forward to hearing from you!
Hi @SamB, thanks for replying!
You’re right! I’m using the “API call” function of the EventBrite Node offered by Zapier.