diff --git a/_static/banners/events.png b/_static/banners/events.png new file mode 100644 index 000000000..1a69da3e3 Binary files /dev/null and b/_static/banners/events.png differ diff --git a/applications.rst b/applications.rst index c038a66c6..ca8d66263 100644 --- a/applications.rst +++ b/applications.rst @@ -22,6 +22,7 @@ Applications expense/expense iot mobile/firebase + events social_marketing sms_marketing marketing_automation diff --git a/events.rst b/events.rst new file mode 100644 index 000000000..1dadfa44b --- /dev/null +++ b/events.rst @@ -0,0 +1,10 @@ +:banner: banners/events.png + +====== +Events +====== + +.. toctree:: + :titlesonly: + + events/integrations \ No newline at end of file diff --git a/events/integrations.rst b/events/integrations.rst new file mode 100644 index 000000000..082bae819 --- /dev/null +++ b/events/integrations.rst @@ -0,0 +1,8 @@ +============ +Integrations +============ + +.. toctree:: + :titlesonly: + + integrations/integration_sms \ No newline at end of file diff --git a/events/integrations/integration_sms.rst b/events/integrations/integration_sms.rst new file mode 100644 index 000000000..a60ff2b3d --- /dev/null +++ b/events/integrations/integration_sms.rst @@ -0,0 +1,70 @@ +==================================================== +Communicating about my Event using SMS Text Messages +==================================================== + +Using SMS as a communication strategy for your event establishes interaction between organizers, +attendees, speakers and further targets. It allows your message to be heard whether the goal is to +send out reminders, teasers or to advertise. + +Configuration +============= + +| Under *Communication* SMS is a standard feature. That means nothing needs to be enabled or + installed. +| On the other hand, to contact the speakers of your event, you need the *SMS Marketing* application + installed, and to enable *Schedule & Tracks* under :menuselection:`Events --> Configuration --> + Settings`. + +.. image:: media/int1.png + :align: center + :alt: SMS for Events in Odoo Events + +.. tip:: + The *Schedule & Tracks* feature allows you to manage the agenda and speakers of your event. For + more details watch: `Creating an agenda for your event + `_. + +Send SMSs to attendees +====================== + +| Under *Communication*, the message’s target is the attendees of your event. +| You can choose to confirm each registration with the *Registration* template, and to send a + reminder shortly before the event takes place with the *Reminder* template. + +.. image:: media/int2.png + :align: center + :alt: SMS for Events in Odoo Events + +To make changes in an existing template, click on the external link. + +.. image:: media/int3.png + :align: center + :alt: SMS for Events in Odoo Events + +Send SMSs to speakers and further targets +========================================= + +The benefit of the integration with the *SMS Marketing* application is that you can choose the +target you would like your message to be delivered to. To get started, click on *Contact Track +Speakers*. + +.. image:: media/int4.png + :align: center + :alt: SMS for Events in Odoo Events + +| If *Event Track* is not your target (*Recipient*), choose the right one. *Filters* are eligible + here. +| In the example below, the SMS would be sent to the speakers who are in the stage *Proposal* on + *Event Track*. + +.. image:: media/int5.png + :align: center + :alt: SMS for Events in Odoo Events + +.. note:: + Credits are required to be able to send SMSs. For more information about Pricing :doc:`click here + <../../sms_marketing/pricing/pricing_and_faq>`, and, about IAP Services :doc:`here + <../../general/in_app_purchase/in_app_purchase>`. + + + diff --git a/events/integrations/media/int1.png b/events/integrations/media/int1.png new file mode 100644 index 000000000..ecd89d6d0 Binary files /dev/null and b/events/integrations/media/int1.png differ diff --git a/events/integrations/media/int2.png b/events/integrations/media/int2.png new file mode 100644 index 000000000..d75572d72 Binary files /dev/null and b/events/integrations/media/int2.png differ diff --git a/events/integrations/media/int3.png b/events/integrations/media/int3.png new file mode 100644 index 000000000..5ca6d308d Binary files /dev/null and b/events/integrations/media/int3.png differ diff --git a/events/integrations/media/int4.png b/events/integrations/media/int4.png new file mode 100644 index 000000000..e754a38ee Binary files /dev/null and b/events/integrations/media/int4.png differ diff --git a/events/integrations/media/int5.png b/events/integrations/media/int5.png new file mode 100644 index 000000000..f67162d00 Binary files /dev/null and b/events/integrations/media/int5.png differ