| | 1 | = Integración de boletines = |
| | 2 | |
| | 3 | == Enlaces en el boletín == |
| | 4 | |
| | 5 | === Enlace de enviar a un amigo === |
| | 6 | url_pagina_enviar_amigo?num=< código para identificar el número >&from=<?{{{__TOKEN_AUTH__}}}?> |
| | 7 | |
| | 8 | Ejemplo: |
| | 9 | {{{ |
| | 10 | http://www.gitanos.org/boletines/gitanos_en_la_prensa/reenvio.html?num=<!--$ FUNCION formatDate ( boletin.fecha_publicacion , "%Y_%m_%d" ) $-->&from=<?__TOKEN_AUTH__?> |
| | 11 | }}} |
| | 12 | |
| | 13 | === Enlace de baja === |
| | 14 | url_pagina_de_baja?token=<?{{{__TOKEN_BAJA__}}}?>&token_auth=<?{{{__TOKEN_AUTH__}}}?>&mail=<?mail?> |
| | 15 | |
| | 16 | La página de baja debe de reenviar esos parámetros directamente a {{{http://www.ecliente.com/srv/boletines/confirmUnsubscription}}} |
| | 17 | |
| | 18 | Si no se desea dar la opción de cambio de email bastaría con el parámetro token: |
| | 19 | url_pagina_de_baja?token=<?{{{__TOKEN_BAJA__}}}?> |
| | 20 | |
| | 21 | Ejemplo: |
| | 22 | {{{ |
| | 23 | http://www.unad.org/mails/confirma_baja.html?token=<?__TOKEN_BAJA__?> |
| | 24 | }}} |
| | 25 | |
| | 26 | |
| | 27 | === Enlace de modificación de email === |
| | 28 | url_pagina_de_modificacion?token_auth=<?{{{__TOKEN_AUTH__}}}?>&mail=<?mail?> |
| | 29 | |
| | 30 | Ejemplo: |
| | 31 | {{{ |
| | 32 | http://www.gitanos.org/boletines/gitanos_en_la_prensa/modificar.html?token_auth=<?__TOKEN_AUTH__?>&mail=<?mail?> |
| | 33 | }}} |
| | 34 | |
| | 35 | == Enlaces en el mail de reenvío == |
| | 36 | |
| | 37 | === Enlace de enviar a un amigo === |
| | 38 | url_pagina_enviar_amigo?num=< código para identificar el número >&from=<?{{{__TOKEN__}}}?> |
| | 39 | |
| | 40 | Ejemplo: |
| | 41 | {{{ |
| | 42 | http://www.gitanos.org/boletines/gitanos_en_la_prensa/reenvio.html?num=<!--$ FUNCION formatDate ( boletin.fecha_publicacion , "%Y_%m_%d" ) $-->&from=<?__TOKEN__?> |
| | 43 | }}} |
| | 44 | |
| | 45 | === Enlace de suscripción automática === |
| | 46 | |
| | 47 | url_pagina_de_baja?token=<?{{{__TOKEN__}}}?>&boletin=< identificador del boletín > |
| | 48 | |
| | 49 | La página de baja debe de reenviar esos parámetros directamente a {{{http://www.ecliente.com/srv/boletines/suscribe}}} |
| | 50 | |
| | 51 | Ejemplo: |
| | 52 | {{{ |
| | 53 | http://www.unad.org/mails/confirma_alta_reenvio.html?token=<?__TOKEN__?>&bulletin=25 |
| | 54 | }}} |
| | 55 | |