Related Product
Services
Describe the question
How do I get the template, with Accept and Decline buttons, for schedule emails to send to unconfirmed people for a plan?
I can get the template via the endpoint:
https://api.planningcenteronline.com/services/v2/email_templates/{EMAIL_TEMPLATE_ID}/render. See screenshot of email that is sent:
However, this template doesn't include the accept and decline buttons. When I send the emails from the UI (see screenshot), then the accept and decline buttons are appended to the email. However, they aren't added if I send from the api.
This is the exact email I'd like to send from the API. This is what I want to send, but I can't. I can only send this by sending via the UI.
All my code is here
What have you tried that worked?
Nothing has worked so far.
What have you tried that didn't work?
Using the email_templates/{EMAIL_TEMPLATE_ID}/render.
I read this github issue #500 that describes almost the exact issue I'm dealing with. I'm already doing what the GitHub issue recommend. But its not good enough.
My desire is essentially to have a button in the email that a user can click to accept or deny a request. Is that possible somehow? Is there an link that I can add to a button to the template?
Additional context
Python 3.12.9
I have..
Related Product
Services
Describe the question
How do I get the template, with Accept and Decline buttons, for schedule emails to send to unconfirmed people for a plan?
I can get the template via the endpoint:
https://api.planningcenteronline.com/services/v2/email_templates/{EMAIL_TEMPLATE_ID}/render. See screenshot of email that is sent:However, this template doesn't include the accept and decline buttons. When I send the emails from the UI (see screenshot), then the accept and decline buttons are appended to the email. However, they aren't added if I send from the api.
This is the exact email I'd like to send from the API. This is what I want to send, but I can't. I can only send this by sending via the UI.
All my code is here
What have you tried that worked?
Nothing has worked so far.
What have you tried that didn't work?
Using the
email_templates/{EMAIL_TEMPLATE_ID}/render.I read this github issue #500 that describes almost the exact issue I'm dealing with. I'm already doing what the GitHub issue recommend. But its not good enough.
My desire is essentially to have a button in the email that a user can click to accept or deny a request. Is that possible somehow? Is there an link that I can add to a button to the template?
Additional context
Python 3.12.9
I have..