Tool name: subscribe-contact-via-opt-in-process
Subscribes exactly one email or SMS channel of a KlickTipp contact through an opt-in process and creates or reuses the contact and requested reference. Its effects reach a real recipient: it may send a confirmation message and may start automations. It takes either an email address or a phone number, never both. Assigning the optional tag may start further automations or outbound events. Other channels and references are not changed.
Exactly "subscribe-contact": acknowledges a confirmation message, automations and a changed real recipient
Email channel to subscribe; mutually exclusive with phoneNumber
SMS channel to subscribe in E.164 format; mutually exclusive with email
Subscription reference context to create or reuse; a non-zero ID must exist in the account
Tag to additionally assign to the contact after a successful subscription
{ "optInProcessId": 1, "approval": "subscribe-contact", "email": null, "phoneNumber": null, "referenceId": 0, "tagId": null, "accountId": null }
{ "accountId": 0, "subscriberId": 0, "channel": "string", "contactInfo": "string", "referenceId": 0, "optInProcessId": 0, "subscriptionStatus": "string", "contactCreated": true, "referenceCreated": true }