api create event reminder emails
I am already using the following WA API to create events programmatically (we create several hundred events per year):
POST /accounts/{accountId}/events
However, I can't figure out how to create these events with the following emails already configured:
- Registration Confirmation Email
- Registration Cancellation Email
- Registration Reminder 1 (scheduled for 1 day before event)
I've looked through the API information on this webpage (https://app.swaggerhub.com/apis-docs/WildApricot/wild-apricot_public_api/7.15.0#/), but I can't seem to find the appropriate attributes in the data model.
Does anyone what attributes need to be set for these 3 emails to be configured for my events?
Thank you in advance for any assistance.
- Robert Leitner

-
Rob L commented
I guess no one has any info on this?
I had reached out to Wild Apricot for the appropriate attributes in their data model, and they told me to post my question here. Not sure why they couldn't just tell me the name of the attributes. I'm not asking them to do any programming for me.