Create a portal session URL for a contact to manage their mailing list subscripitons
Mailing Lists
Create a portal session URL for a contact to manage their mailing list subscripitons
Generates a new public URL for a contact with provided email to manage their mailing list subscriptions.
POST
Create a portal session URL for a contact to manage their mailing list subscripitons
Documentation Index
Fetch the complete documentation index at: https://docs.indiepitcher.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The email of a contact in your project's contact list, who to create the portal session for.
Example:
"john@acme.com"
URL to redirect the user to when they tap on that they're cone editing their lists, or when the session is expired.
Example:
"https://example.com/projects/123456/notification_settings"
